.icw .sc-investment-custom a.link,
.icw .cta-link-mobile-custom {
  font-family: 'kurious-looped' !important;
}

/* custom section feature */
.icw .sc-feature-custom {
  background: url(/SiteCollectionDocuments/corperate-branding/img/investmentPvd/img/provident-fund-bg-desktop.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.icw .sc-feature-custom h1 {
  font-size: 42px;
  line-height: 63px;
  text-align: center;
  margin-bottom: 16px;
}
.icw .sc-feature-custom .des-header26 {
  margin-bottom: 24px !important;
}

/* custom section manual */
.icw .sc-manual-custom .sc-inner {
  padding-bottom: 64px;
}
.icw .sc-manual-custom .sc-manual-swiper {
  background: #F0FAF7;
  padding: 40px 56px;
  border-radius: 8px;
}
.icw .sc-manual-custom .kfin-manual-card__title {
  color: #111111;
}
.icw .sc-manual-custom .kfin-manual-card__image {
  padding: 0;
}
.icw .sc-manual-custom .kfin-manual-card__image:before {
  display: none !important;
}

/* custom section investment */
.icw .sc-investment-custom {
  background: #06403A;
  background:  url(/SiteCollectionDocuments/corperate-branding/img/investmentPvd/img/goldplus-bg-kplus-mobile.jpg) no-repeat;
  background-size: cover;
  background-position: center 40%;
  overflow: hidden;
}
.icw .sc-investment-custom  .sc-inner {
    padding: 48px 0 56px;
}

.icw .sc-investment-custom  .thumb-img {
    width: 203px;
    margin: 0 auto;
}
.icw .sc-investment-custom  .img-kplus {
  max-width: 48px;
}

.icw .sc-investment-custom  .content-bn {
    max-width: 600px;
    margin: 16px auto 0;
}

.icw .sc-investment-custom  .title {
    margin-bottom: 24px;
    text-align: center;
}

.icw .sc-investment-custom  .p-link {
    margin-top: 24px;
    text-align: center;
}
.icw .sc-investment-custom  .p-link a {
  text-decoration: underline;
}

/* custom section note */
.icw .sc-note-custom .sc-inner {
  padding: 32px 0;
}
.icw .sc-note-custom .h3 {
  margin-bottom: 16px;
}
.icw .sc-note-custom a.link {
  text-decoration: underline;
}
.icw .sc-note-custom p {
  color: #666666;
}
.icw .sc-note-custom .mb-16 {
  margin-bottom: 16px;
}
.icw .sc-note-custom .btn-tel {
  border-radius: 8px;
  background: #00A94F;
  display: block;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #FFF !important;
  text-align: center;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 16px auto;
  transition: .3s ease-in-out;
  width: fit-content;
}
.icw .sc-note-custom .btn-tel img {
  margin-right: 5px;
}

@media screen and (min-width: 768px){
    .icw .sc-investment-custom {
        background: #06403A;
        background-image:  url(/SiteCollectionDocuments/corperate-branding/img/investmentPvd/img/goldplus-bg-kplus-desktop.jpg);
        background-size: cover;
        background-position: 45% 55%;
    }

    .icw .sc-investment-custom  .sc-inner {
        padding: 48px 0;
    }

    .icw .sc-investment-custom  .container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 48px;
    }

    .icw .sc-investment-custom  .thumb-img {
        width: 370px;
        margin: 0;
    }

    .icw .sc-investment-custom  .content-bn {
        margin: 0;
        max-width: 520px;
        width: 55%;
        float: right;
    }

    .icw .sc-investment-custom  .title,
    .icw .sc-investment-custom  .p-link {
        text-align: left;
    }

    /* custom section note */
    .icw .sc-note-custom .sc-inner {
      padding: 48px 0;
    }
    .icw .sc-note-custom .h3 {
      margin-bottom: 8px;
    }
}

/* media query */
@media screen and (max-width: 768px) {
  /* custom section feature */
  .icw .sc-feature-custom {
    background: url(/SiteCollectionDocuments/corperate-branding/img/investmentPvd/img/provident-fund-bg-mobile.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .icw .sc-feature-custom h1 {
    font-size: 28px;
    line-height: 42px;
  }
  .icw .sc-feature-custom .des-header26 {
    margin-bottom: 32px !important;
  }
  .icw .sc-feature-custom .kfin-feature__text {
    text-align: left;
    align-items: start;
  }
  .icw .sc-feature-custom .kfin-feature__list>li {
    text-align: left;
  }

  /* custom section manual */
  .icw .sc-manual-custom .sc-manual-swiper {
    padding-left: 0;
    padding-right: 0;
  }

  /* custom section investment */
  .icw .sc-investment-custom  .img-kplus {
    max-width: 35px;
  }
  .icw .sc-investment-custom p.h4 {
    line-height: 2em;
  }
}