.testimonials-section .testimonials-section__background img {
  max-width: calc(100% - calc(4px * 12));
  width: calc(100% - calc(4px * 12));
  max-height: calc(100% - calc(4px * 12));
  min-height: calc(100% - calc(4px * 12));
  right: 0;
  left: auto;
}

.testimonials-section .testimonials-section__background img.image-container__background {
  z-index: -1;
  max-width: 40%;
  max-height: 75%;
  min-height: 75%;
  right: auto;
  top: auto;
  bottom: 0;
}

.carousel.swiper-pointer-events .carousel__item.swiper-slide {
  cursor: grab;
}

.carousel.swiper-pointer-events .carousel__item.swiper-slide:active {
  cursor: grabbing;
}

.testimonials-section .carousel--arrows .swiper-button-next {
  background-color: #FFF6F6;
  width: calc(4px * 12);
  height: calc(4px * 12);
}

.testimonials-section .carousel--arrows .swiper-button-prev {
  background-color: #F6F9FF;
  width: calc(4px * 12);
  height: calc(4px * 12);
}

.testimonials-section .carousel--arrows .swiper-button-next, 
.testimonials-section .carousel--arrows .swiper-button-prev {
  right: auto;
  left: 50%;
}

.testimonials-section .carousel--arrows .swiper-button-prev {
  transform: translateX(calc(-50% - 3.25rem));
}

.testimonials-section .carousel--arrows .swiper-button-next {
  transform: translateX(calc(-50% + 3.25rem));
}

.testimonials-section .carousel--arrows .swiper-wrapper {
  padding-bottom: calc(4px * 20);
}

.swiper-button-prev:after, 
.swiper-rtl .swiper-button-next:after {
  content : '';
  background: url(https://7136869.fs1.hubspotusercontent-na1.net/hubfs/7136869/Website/bi_arrow-left-short.svg) center center no-repeat;
  width: 50%;
  height: 50%;
}

.swiper-button-next:after, 
.swiper-rtl .swiper-button-prev:after {
  content : '';
  background: url(https://7136869.fs1.hubspotusercontent-na1.net/hubfs/7136869/Website/bi_arrow-right-short.svg) center center no-repeat;
  width: 50%;
  height: 50%;
}

.carousel.carousel--testimonial {
  overflow: visible;
}

.carousel--testimonial .swiper-slide {
  box-shadow: 0 calc(4px * 10) calc(4px * 20) 0 rgba(0, 0, 0, .10);
  background-color: rgba(255, 255, 255, 0.95);
  height: auto;
  cursor: default;
  box-sizing: border-box;
}

.carousel--testimonial .carousel__item a {
  display: block;
}

.carousel--testimonial .swiper-slide {
  opacity: 0;
  user-select: none;
  pointer-events: none;
  transition: 
    opacity 0.25s ease-in-out,
    transform 0.25s ease-in-out;
}

.carousel--testimonial .swiper-slide.swiper-slide-visible {
  opacity: 1;
  user-select: initial;
  pointer-events: initial;
}

.carousel--testimonial[data-items-xl="1"] .swiper-slide.swiper-slide-visible {
  transform: scale(1.05);
}

@media (max-width: 1359px) {
  
  .carousel--testimonial[data-items-lg="1"] .swiper-slide.swiper-slide-visible {
    transform: scale(1.05);
  }
}

@media (max-width: 1099px) {
  .carousel--testimonial[data-items-md="1"] .swiper-slide.swiper-slide-visible {
    transform: scale(1.05);
  }
}

@media (max-width: 767px) {
  .carousel--testimonial[data-items-sm="1"] .swiper-slide.swiper-slide-visible {
    transform: scale(1.05);
  }
}

@media (max-width: 599px) {
  .carousel__testimonial>span{padding:25px;
  .carousel--testimonial[data-items-xs="1"] .swiper-slide.swiper-slide-visible {
    transform: scale(1.05);
  }
}

.carousel__testimonial > a, 
.carousel__testimonial > span {
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
}

.carousel__testimonial-photo {
  max-width: calc(4px * 12);
  width: 100%;
}

.carousel__testimonial-name {
  font-weight: 500;
}

.carousel__testimonials--horizontal .carousel__testimonial-infos {
  width: 40%;
  flex: 0 1 40%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(4px * 4);
}

.carousel__testimonials--horizontal .carousel__testimonial-photo {
  max-width: 100%;
}

@media (min-width: 1100px) {
  .carousel__testimonials--horizontal .carousel__testimonial-infos {
    flex: 0 0 40%;
    margin-bottom: 0;
  }

  .testimonials-section .testimonials-section__background .image-container {
    transform: scale(1.15);
    transform-origin: left center;
    margin-top: calc(4px * 10);
    margin-bottom: calc(4px * 12);
  }
}