.mb-24 {
  margin-bottom: 24px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.icw .sc-content p {
  line-height: 24px;
}
.title-content {
  color: #333333 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 27px !important;
  margin-bottom: 16px;
}
.wrapper-box-logo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 153px;
  margin-bottom: 24px;
}
.box-logo {
  position: relative;
  padding: 120px 24px 40px 24px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
}
.box-logo.single {
  max-width: 352px;
  margin: 0 auto;
  margin-top: 129px;
  padding: 104px 24px 32px 24px;
  margin-bottom: 16px;
}

.box-logo.bg-alipay {
  background: linear-gradient(150.46deg, #1778FF -33.03%, #14407E 47.1%, #15417E 66.97%, #1778FF 141.08%);
}
.box-logo.bg-unionpay {
  background: linear-gradient(114.31deg, #C63637 3.22%, #183C6D 39.36%, #183C6D 52.54%, #183C6D 69.98%, #507A84 101.84%);
}
.box-logo img {
  position: absolute;
  top: -50%;
  transform: translate(-50%, -9%);
  left: 50%;
  max-width: 266px;
}
.box-logo.single img {
  transform: translate(-50%, -20%);
}
.box-logo p {
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 150% !important;
  margin-bottom: 10px;
}
.box-logo a {
  text-decoration: underline;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
}
p.title-faq {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 27px !important;
  color: #333333 !important;
  margin-bottom: 16px !important;
}
p.asw-faq {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  color: #666666 !important;
  margin-bottom: 24px !important;
}
p.asw-faq:last-of-type {
  margin-bottom: 48px !important;
}

@media screen and (max-width: 768px) {
  .wrapper-box-logo {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .box-logo {
    padding: 112px 24px 40px 24px;
  }
  .wrapper-box-logo {
    margin-top: 129px;
  }
  .box-logo.bg-unionpay {
    margin-top: 153px;
  }
  .title-content {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .icw .sc-content ol li {
    line-height: 24px !important;
  }
  p.title-faq {
    font-size: 16px !important;
    margin-bottom: 4px !important;
  }
  p.asw-faq {
    margin-bottom: 16px !important;
  }
  p.asw-faq:last-of-type {
    margin-bottom: 40px !important;
  }
}