.awards-carousel__header {
    width: 100%;
    align-items: center;
}
.size-style.awards-carousel__cta-button {
    font-weight: 500;
}
h2.awards-carousel__title {
    margin-bottom: 18px;
    font-weight: 600;
    text-align: center;
}
.awards-carousel__slide.swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active {
    border-bottom: 0.0625rem solid transparent;
}
.font-weight-500{
    font-weight: 500;
}
.awards-carousel__title {
    font-family: var(--font-subheading--family);
}
.size-style.awards-carousel__cta-button:before {
    position: absolute;
    content: "";
    background: rgba(83, 86, 210, 0.2);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    transform: scaleY(0);
    transform-origin: top center;
    will-change: transform;
    transition: transform .3s ease;
}
.awards-carousel__cta-header .awards-carousel__cta-button {
    position: relative;
    overflow: hidden;
}
.size-style.awards-carousel__cta-button:hover:before {
    transform-origin: bottom center;
    transform: none;
}
.section-awards-carousel {
  overflow: hidden;
  --swiper-pagination-bottom: -2.75rem;

  .swiper-pagination {
    display: block;

    @media only screen and (min-width: 767px) {
      display: none;
    }

    .swiper-pagination-bullet {
      opacity: 1;
      transition: width 0.3s ease;
      border: 0.0625rem solid #3235c0;
      border-radius: 0.625rem;
      width: 0.75rem;
      height: 0.75rem;
      background: transparent;

      &.swiper-pagination-bullet-active {
        width: 2.1875rem;
      }
    }
  }

  .awards-carousel__header {
    text-align: center;

    .awards-carousel__cta-header {
      display: none;

      @media only screen and (min-width: 767px) {
        display: block;
      }
    }

    .awards-carousel__eyebrow {
      margin-bottom: 1rem;
      font-size: 0.875rem;
      text-transform: uppercase;

      @media only screen and (min-width: 767px) {
        font-size: 1.125rem;
        letter-spacing: 0.2025rem;
      }
    }

    .awards-carousel__title {
      font-size: 1.625rem;
      @media only screen and (min-width: 767px) {
        font-size: 2.25rem;
        font-weight: 600;
      }
    }
  }

  .awards-carousel__body {
    margin-top: 0;
    padding: 1rem 1rem 2rem 1rem;

    @media only screen and (min-width: 767px) {
      margin-top: 3rem;
      padding: 0 1rem;
    }

    .swiper {
      overflow: visible;
    }

    .awards-carousel__slide {
      display: flex;
      height: 350px;

      &.swiper-slide-active {
        .awards-carousel__card-wrapper {
          border: 0.0625rem solid #3235c0;
        }
      }
    }

    .awards-carousel__card-wrapper {
      transition: border 0.2s ease;
      border: 0.0625rem solid transparent;
      border-radius: 0.375rem;
      width: 100%;
      height: 100%;
      padding: 1.5rem;
      background: #f6f4f2;

      .awards-carousel__card {
        flex-direction: column;
        justify-content: space-between;
        display: flex;
        height: 100%;
      }
    }

    .awards-carousel__icon-wrapper {
      position: relative;
      margin-bottom: 2.125rem;
      width: 100%;
      display: flex;
      justify-content: end;

      .awards-carousel__icon {
        width: 100%;
         max-width:7.1875rem;
        height: 100%;
        object-fit: contain;
        object-position: center;
      }
    }

    .awards-carousel__title {
      margin-bottom: 1.3125rem;
      font-size: 1.5rem;
      text-transform: none;
      font-weight: 600;
      @media only screen and (min-width: 991px) {
        font-size: 1.75rem;
      }
    }

    .awards-carousel__link {
      font-size: 0.625rem;
      letter-spacing: 0.0139375rem;
      text-decoration: underline;
      text-transform: uppercase;
      text-underline-offset: 0.25rem;

      @media only screen and (min-width: 767px) {
        font-size: 0.75rem;
      }
    }
  }

  .awards-carousel__cta-footer {
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
    padding: 1rem 2rem 0;

    @media only screen and (min-width: 767px) {
      display: none;
    }
  }
}
@media screen and (max-width:749px){
  .award-testimonial-section .awards-carousel__cta-footer {
    margin-bottom: 0;
}
h2.awards-carousel__title {
    padding: 0 1rem;
}
.award-testimonial-section .swiper-wrapper {
    padding-bottom: 20px;
}
.template-page .award-testimonial-section .awards-carousel__cta-footer {
    display: none;
}
.template-page .award-testimonial-section .swiper-pagination {
    bottom: auto;
}
.template-page .award-testimonial-section .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
}
}

awards-carousel {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.custom-slider-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

@media screen and (max-width:550px){
  .awards-carousel__slide {
    height: 370px;
}
}