.home-hero sonic-qdf {
    --sonic-tooltip-label-color: white;
  }
  .home-hero .home-hero-gradient {
    background: linear-gradient(172.33deg, #538A84 6.57%, #29524D 97.8%);
  }

.states .swiper-button-disabled {
  opacity: 0.1;
}

.states .swiper-button-disabled.swiper-button-next::after {
    background-image: url('https://res.cloudinary.com/highereducation/image/upload/co_rgb:D4D4D4,e_colorize:100,h_24,w_24,f_png/v1610723009/Sonic/icons/tailwind/outline/chevron-right.svg');
  }

.states .swiper-button-disabled.swiper-button-prev::after {
    background-image: url('https://res.cloudinary.com/highereducation/image/upload/co_rgb:D4D4D4,e_colorize:100,h_24,w_24,f_png/v1610723009/Sonic/icons/tailwind/outline/chevron-left.svg');
  }

.states .swiper-button-next::after {
  background: url('https://res.cloudinary.com/highereducation/image/upload/co_rgb:2672BD,e_colorize:100,h_24,w_24,f_png/v1610723009/Sonic/icons/tailwind/outline/chevron-right.svg');
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}

.states .swiper-button-prev::after {
  background: url('https://res.cloudinary.com/highereducation/image/upload/co_rgb:2672BD,e_colorize:100,h_24,w_24,f_png/v1610723009/Sonic/icons/tailwind/outline/chevron-left.svg');
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}

.states .swiper-button-next, .states .swiper-button-prev {
  display: none;
  height: 3rem;
  width: 3rem;
}

@media (min-width: 768px) {
  .states .swiper-button-next, .states .swiper-button-prev {
    display: flex;
  }
}

.states.swiper-container {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 1rem;
  min-height: 268px;
}

.special-initiatives.swiper-container {
    margin-left: -1rem;
    margin-right: -1rem;
  }

@media (min-width: 1024px) {
    .special-initiatives.swiper-container {
      margin-left: 0px;
      margin-right: 0px;
    }
  }

@media (min-width: 1024px) {
    .special-initiatives .swiper-wrapper {
      display: grid;
    }
  }

.special-initiatives sonic-card {
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

.special-initiatives sonic-card p {
      font-size: 1rem;
      line-height: 1.5rem;
      margin: 0px;
      color: var(--gray-500, #71717a);
      letter-spacing: -0.025em;
    }

.special-initiatives .swiper-pagination {
    margin-top: 3rem;
    position: relative;
  }

.special-initiatives .swiper-pagination-bullet {
    height: 1rem;
    width: 1rem;
  }

.special-initiatives .swiper-pagination-bullet-active {
    background-color: var(--primary-700, #2471CB);
  }

.card div:nth-child(2) h3 {
  font-family: var(--body-font-family);
}

.card:nth-child(1) div:nth-child(2) h3 {
  height: 64px;
}

.card:nth-child(2) div:nth-child(2) h3 {
  height: 100px;
}

.card:nth-child(3) div:nth-child(2) h3 {
  height: 64px;
}

@media (max-width: 1279px) {

.card:nth-child(4) div:nth-child(2) h3 {
    height: 100px
}
  }
