#wrapper {
  overflow-x: visible;
}

.testimonial--5 .testimonial__heading .lead {
  margin-top: 2rem;
}

.testimonial--5 .testimonial__heading,
.testimonial--5 .testimonial__content {
  max-width: 80%;
  margin-inline: auto;
}

.testimonial--5 .testimonial__content {
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
}

.testimonial--5 .testimonial__slides {
  margin-top: 3rem;
  background-color: rgba(245, 245, 245, 1);
}

.testimonial--5 .swiper-button-prev,
.testimonial--5 .swiper-button-next {
  --tw-bg-opacity: 1;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0;
  border-style: none;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  height: 50px;
  position: absolute;
  width: 50px;
}

.testimonial--5 .swiper-button-prev:after,
.testimonial--5 .swiper-button-next:after {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.testimonial--5 .swiper-button-prev:hover,
.testimonial--5 .swiper-button-next:hover {
  --tw-text-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(194, 0, 22, 1);
}

.testimonial--5 .swiper-thumbs .swiper-slide {
  opacity: 0.33;
  cursor: pointer;
  transition: opacity 0.2s;
}

.testimonial--5 .swiper-thumbs .swiper-slide > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  margin-inline: auto;
  background-color: rgba(255, 255, 255, 1);
  /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); */
  border: 1px solid rgba(0, 0, 0, 0.16);
}

.testimonial--5 .swiper-thumbs .swiper-slide > div > img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.testimonial--5 .swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

@media (max-width: 959px) {
  .testimonial--5 .testimonial__item {
    padding: 1.5rem !important;
  }
  .testimonial--5 .testimonial__quote,
  .testimonial--5 .testimonial__author {
    font-size: 0.875rem;
  }
}

@media (min-width: 960px) {
  .testimonial--5 .testimonial__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 50px;
  }
  .testimonial--5 .testimonial__content > div:nth-child(2) {
    position: sticky;
    top: calc(133px + 6rem);
    align-self: start;
  }

  .testimonial--5 .testimonial__slides {
    margin-top: 0;
  }
}
