.banner-wrap {
  width: 100%;
  height: 46.875vw;
  position: relative;
  /* margin-top: 67px; */
}
.banner-wrap > img {
    position: absolute;
    top: 8.104167vw;
    left: 19.21875vw;
    width: 28%;
    /* height: 25%; */
}
.banner-wrap > .desc {
  position: absolute;
  width: 28.6979166667vw;
  min-height: 11.9791666667vw;
  top: 14.5833333333vw;
  right: 13.125vw;
}
.banner-wrap > .desc > h5 {
  font-size: 1.25vw;
  height: 1.5625vw;
  line-height: 1.5625vw;
  font-size: 1.25vw;
  font-family: VAGRoundedBT-Regular, VAGRoundedBT;
  font-weight: bold;
  color: #212353;
}
.banner-wrap > .desc > p {
  font-size: 1.0416666667vw;
  font-family: VAGRoundedBT-Regular, VAGRoundedBT;
  font-weight: 400;
  color: #212353;
  line-height: 1.5625vw;
  word-break: break-word;
}
.banner-wrap .goToGroup {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.6041666667vw;
}
.banner-wrap img.goTo {
  position: absolute;
  content: url("https://cdn.oppomobile.id/assets/7cosia/images/makuku/downward.png");
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
.banner-wrap img.goTo {
  animation: mover 1s infinite alternate;
}
.banner-wrap img.goTo {
  animation: mover 1s infinite alternate;
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

@media (max-width: 767px) {
  .banner-wrap {
    margin-top: 90px;
    padding-top: 40px;
    height: initial;
    padding-bottom: 60px;
  }
  .banner-wrap > img {
    position: initial;
    display: block;
    margin: 0 60px;
    width: calc(100% - 120px);
    height: auto;
  }
  .banner-wrap > .desc {
    position: initial;
    margin-top: 20px;
    width: 100%;
    min-height: initial;
    padding: 0 40px;
  }
  .banner-wrap > .desc > h5 {
    height: 30px;
    font-size: 14px;
    font-family: VAGRoundedBT-Regular, VAGRoundedBT;
    color: #212353;
    line-height: 30px;
    text-align: center;
  }
  .banner-wrap > .desc > p {
    font-size: 12px;
    font-family: VAGRoundedBT-Regular, VAGRoundedBT;
    font-weight: 400;
    color: #212353;
    line-height: 15px;
    margin-top: 10px;
  }
  .banner-wrap .goToGroup {
    bottom: 25px;
  }
  .banner-wrap img.goTo {
    position: absolute;
    content: url("https://cdn.oppomobile.id/assets/7cosia/images/makuku/downward.png");
    width: 20px;
    height: 20px;
  }
}
