.testimonials-one-by-one {
  padding: 130px 0 65px 0;
}
@media (max-width: 991px) {
  .testimonials-one-by-one {
    padding: 65px 0 65px 0;
  }
}
.testimonials-one-by-one .slick-list {
  min-height: 285px !important;
}
@media (max-width: 991px) {
  .testimonials-one-by-one .outer-container img {
    margin: 35px auto 16px auto;
    width: 75% !important;
  }
}

.testimonials-one-by-one .row > div:last-child {
  display: table;
}
@media (max-width: 991px) {
  .testimonials-one-by-one .row > div:last-child {
    display: inherit !important;
  }
}

.testimonials-one-by-one .row > div:last-child .inner-container {
  display: inline-block;
  vertical-align: middle;
  max-width: 740px;
}

.testimonials-one-by-one .outer-container img {
  width: 100%;
}

.testimonials-one-by-one .testimonial-text,
.testimonials-one-by-one .testimonial-text p {
  display: inline;
  font-size: 48px !important;
  font-weight: 400;
  line-height: 52px;
}

@media (max-width: 769px) {
  .testimonials-one-by-one .testimonial-text,
  .testimonials-one-by-one .testimonial-text p {
    font-size: 40px !important;
  }
}

.testimonials-one-by-one .testimonial-text p strong {
  color: #009EDC;
  font-weight: 400;
}

.testimonials-one-by-one span + p {
  margin: 25px 0 0 0;
  font-weight: 700;
  text-transform: uppercase;
}

.testimonials-one-by-one p + span {
  font-size: 16px;
}

.testimonials-one-by-one .btn {
  position: relative;
  top: -85px;
  margin: 0;
  color: #0F69A0 !important;
  border-color: #0F69A0 !important;
}

@media (max-width: 991px) {
  .testimonials-one-by-one .btn {
    top: 0px !important;
    margin: 104px auto 10px auto !important;
  }
}

body .slick-slider.testimonials-one-by-one-carousel {
  margin-bottom: 0;
}

body .testimonials-one-by-one .slick-dots {
  bottom: -5px;
}
@media (max-width: 991px) {
  body .testimonials-one-by-one .slick-dots {
    bottom: 70px !important;
  }
}

/*
* @david.t Quotes new design
*/
.testimonials-one-by-one-carousel .testimonial-content {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: var(--sds-size-space-1200);
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--sds-size-space-1200);
}
@media (min-width: 992px) {
  .testimonials-one-by-one-carousel .testimonial-content.testimonial-content--img {
      align-items: flex-start;
  }
}

.testimonials-one-by-one-carousel .testimonial-cat {
  overflow: hidden;
  color: var(--Rebrand-SkyBlue, #009EDC);
  text-align: center;
  font-feature-settings: 'liga' off;
  text-overflow: ellipsis;
  font-family: "Source Sans 3";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-variant: all-small-caps;
  letter-spacing: 1.92px;
  display: block;
}

.testimonials-one-by-one-carousel .has-featured-image .testimonial-cat {
  margin-bottom: var(--sds-size-space-1200);
}

.testimonials-one-by-one .testimonial-content .testimonial-text p {
  line-height: normal;
}

.testimonials-one-by-one-carousel .testimonial-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--Rebrand-Charcoal, #2D3032);
  text-align: center;
  font-feature-settings: 'liga' off;
  font-family: "Source Sans 3";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-variant: all-small-caps;
  letter-spacing: 1.92px;
}

.testimonials-one-by-one-carousel .testimonial-title > span {
  font-family: "Source Sans 3";
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  font-variant: none;
}

.testimonials-one-by-one .btn {
  line-height: normal;
}

.testimonials-one-by-one-carousel .slick-dots {
  position: relative;
  bottom: 0;
}

.testimonials-one-by-one-carousel .testimonial-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.testimonials-one-by-one-carousel .testimonial-img img{
  width: 200px !important;
  height: 200px;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .testimonials-one-by-one .btn {
      top: auto !important;
  }
}

@media (max-width: 991px) {
  .testimonials-one-by-one .testimonials-one-by-one-carousel .testimonial-img img {
      width: 200px !important;
  }

  .testimonials-one-by-one .slick-arrow {
    bottom: -12px !important;
    top: auto;
  }

  .mobile-reverse {
      flex-direction: column-reverse !important;
  }

  .testimonials-one-by-one .mobile-reverse.row > * {
      flex-shrink: 0;
      width: 100%;
      max-width: 100%;
      padding-right: calc(var(--bs-gutter-x) * .85);
      padding-left: calc(var(--bs-gutter-x) * .85);
      margin-top: var(--bs-gutter-y);
  }
}

@media (max-width: 575px) { /* mobile */
  .testimonials-one-by-one .slick-arrow {
    bottom: -85px !important;
    top: auto;
  }
}
/*# sourceMappingURL=testimonials-one-by-one.css.map */
