.renewal {
  text-align: center;
  position: relative;
  padding: 12vw 5% 0;
}
.renewal__logo {
  margin-bottom: 50px;
}
.renewal__title {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.renewal__text {
  line-height: 2.4;
  font-weight: 600;
}
.renewal small {
  margin-top: 40px;
  display: block;
  font-size: 1.15rem;
}

@media screen and (width <= 640px) {
  .renewal {
    text-align: center;
    position: relative;
    padding: 18vw 7% 0;
  }
  .renewal__logo {
    width: 68%;
    margin: 0 auto 8vw;
  }
  .renewal__title {
    font-size: 2.4rem;
    line-height: 1.75;
    margin-bottom: 6vw;
  }
  .renewal__text {
    text-align: left;
    line-height: 2;
    font-size: 1.4rem;
  }
  .renewal small {
    margin-top: 8vw;
    font-size: 0.9rem;
  }
}