.hero-section-v3__btn {
  margin-bottom: 0 !important;
}

.hero-section-v3__heading h1 {
  margin-bottom: 24px;
}

.hero-section-v3__heading h1 .i {
  position: relative;
}

.hero-section-v3__heading h1 .i::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: -3px;
  width: calc(100% + 4px);
  height: 10px;
  background-color: #F2FF66;
  opacity: 0.8;
  z-index: -1;
}

.hero-section-v3__heading p {
  font-size: 16px;
  line-height: 136%; /* 21.76px */
  letter-spacing: -0.32px;
  color: var(--color-gray-500);
}

@media (max-width: 767px) {
  .hero-section-v3__heading br {
    display: none;
  }
}

@media (min-width: 1024px) {

  .hero-section-v3__heading h1 .i::after {
    height: 16px;
    bottom: 8px;
    left: -4px;
    width: calc(100% + 8px);
  }

  .hero-section-v3__heading p {
    font-size: 20px;
    line-height: 136%;
    letter-spacing: -0.4px;
  }

}

.information-accordion__content-heading * {
  font-weight: 500 !important;
}



.cta-background-image__content-heading h3 {
  font-size: 40px;
  line-height: 110%; /* 44px */
  letter-spacing: -0.8px;
}

@media (min-width: 1024px) {
  .cta-background-image__content-heading h3 {
    font-size: 48px;
    line-height: 120%; /* 52.8px */
    letter-spacing: -0.96px;
  }
}




.resource__title {
  margin-bottom: 32px !important;
}

.resource__title * {
  color: #3B3530 !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 132% !important; /* 36.96px */
  letter-spacing: -0.56px !important;
}

.resource__card {
  flex-direction: column !important;
}

.icon-text-after-bold {
  display: none !important;
}

.resource__card .resource__card-img {
  flex-shrink: 0;
  height: inherit !important;
  margin-right: 0 !important;
  width: 100% !important;
  border-radius: 12px !important;
  margin-bottom: 16px !important;
}

.resource__content {
  width: 100% !important;
}

.resource__content h6 {
  display: block !important;
  font-family: var(--font-family-primary) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 138% !important; /* 16.56px */
  letter-spacing: -0.24px !important;
  color: #8C867E !important;
  margin-bottom: 4px !important;
}

.resource__content h5 {
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 144% !important; /* 28.8px */
  letter-spacing: -0.4px !important;
  color: #3B3530 !important;
  margin-bottom: 8px !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}

.resource__content p {
  display: block !important;
  font-size: 15px;
  line-height: 138%; /* 20.7px */
  letter-spacing: -0.3px;
  color: #66625E !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

.resource__primary, .resource__card:not(:last-child) {
  margin-bottom: 32px !important;
}


@media (min-width: 1024px) {
  .resource__title {
    margin-bottom: 48px !important;
  }

  .resource__title * {
    font-size: 38px !important;
    line-height: 120% !important; /* 45.6px */
    letter-spacing: -0.76px !important;
  }

  .resource__secondary .resource__card {
    flex-direction: row !important;
  }

  .resource__secondary .resource__card .resource__card-img {
    border-radius: 16px !important;
    width: 278px !important;
    height: 194px !important;
    margin-right: 24px !important;
    margin-bottom: 0 !important;
  }

  .resource__content p {
    -webkit-line-clamp: 2 !important;
  }

  .resource__primary {
    margin-bottom: 0 !important;
  }

  .resource__primary .resource__content {
    padding-right: 0 !important;
  }

  .resource__primary .resource__card .resource__card-img {
    max-height: inherit !important;
    margin-bottom: 32px !important;
  }

  .resource__content h6 {
    margin-bottom: 8px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 154% !important; /* 20.02px */
    letter-spacing: -0.26px !important;
  }

  .resource__content h5 {
    font-size: 28px !important;
    line-height: 132% !important; /* 36.96px */
    letter-spacing: -0.56px !important;
    margin-bottom: 16px !important;
  }

  .resource__content p {
    font-size: 18px !important;
    line-height: 138% !important; /* 24.84px */
    letter-spacing: -0.36px !important;
  }
}

@media (min-width: 1440px) {
  .resource__primary {
    width: calc(752 / 1552 * 100%) !important;
  }

  .resource__secondary {
    width: calc(768 / 1552 * 100%) !important;
  }
}



.stats--three .stats-content__card h4 {
  color: #0D0D0D !important;
}

.stats--three .stats-content__card p {
  color: #66625E !important;
}

@media (max-width: 1023px) {

  .stats-heading * {
    font-size: 28px !important;
    line-height: 132% !important; /* 36.96px */
    letter-spacing: -0.56px !important;
    text-align: left !important;
  }

  .stats--three .stats-content__card h4 {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 144% !important; /* 28.8px */
    letter-spacing: -0.4px !important;
  }

  .stats--three .stats-content__card:nth-child(2) {
    min-height: 373px !important;
  }

  .stats--three .stats-content__card:nth-child(2) img {
    height: 172px !important;
  }

}

@media (min-width: 1024px) {

  .stats--three.stats-content {
      margin-top: 48px !important;
  }

  .stats--three .stats-content__card h4 {
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 132% !important; /* 36.96px */
    letter-spacing: -0.56px !important;
    color: #3B3530 !important;
    margin-bottom: 12px !important;
  }


  .section-mb {
    margin-bottom: 140px !important;
  }

}