.testimonials-section {
  width: 100%;
  height: 100%;
  .title-wrapper-with-link {
    .title.inline-richtext.hxl {
      font-weight: 700;
      font-size: calc(var(--font-heading-scale) * 4rem);
      @media (min-width: 750px) {
        font-size: calc(var(--font-heading-scale) * 10rem);
      }
    }
  }
  .testimonials-text-content-wrapper {
    max-width: 1100px;
    margin-bottom: 3rem;
    @media (min-width: 990px) {
      margin: 0rem 0 3rem;
    }
    .testimonials-text-content {
      margin: unset;
      line-height: 1.5;
      @media (min-width: 750px) {
        font-size: calc(var(--font-heading-scale) * 3.0rem);
      }
    }
  }
  .testimonial-arrows-wrapper {
    display: flex;
    line-height: 1;
    column-gap: 1.5rem;
    margin-top: 1.5rem;
    cursor: pointer;
  }
  .swiper-button-prev-custom,
  .swiper-button-next-custom {
    width: 32px;
    height: 32px;
    line-height: 1;
    display: block;
    svg {
      cursor: pointer;
    }
  }
  .swiper-button-prev-custom.swiper-button-disabled,
  .swiper-button-next-custom.swiper-button-disabled {
    svg {
      opacity: 0.6;
    }
  }
}
/* Testimonials Slide */
testimonial-component.swiper-testimonials-initialize {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
  @media (min-width: 750px) {
    margin-top: 8rem;
  }
}
.testimonial-slide {
  padding: 2.8rem;
  border-radius: 20px;
  .testimonial-comment {
    margin-block: unset;
  }
  .testimonial-author-image-wrapper {
    display: block;
    line-height: 1;
    .testimoinial-author-image {
      display: block;
      width: 100%;
      max-width: 65px;
      height: auto;
      object-fit: contain;
    }
  }
  .testimonial-card-information-wrapper {
    margin-top: 2rem;
  }
  .testimonial-card-footer {
    margin-top: 2rem;
  }
  .author-detail-text {
    margin: unset;
    line-height: 1.5;
  }
  .author-name-wrapper {
    margin-top: 0.5rem;
    .author-name {
      margin: unset;
    }
  }
  .testimonial-company-url {
    display: flex;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
  }
  .testimonial-company-url:before {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: relative;
    margin-right: 1rem;
    content: "";
    background-color: #ffffff;
    display: inline-block;
  }
  .testimonial-comment {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
    @media (min-width: 990px) {
      font-size: calc(var(--font-heading-scale) * 2.0rem);
    }
    line-height: 1.5;
  }
}
@media (min-width: 750px) {
  .testimonial-slide .testimonial-company-url:before {
    width: 20px;
    height: 20px;
  }
}
