.testimonials-container {
  position: relative;
  z-index: 20;
}
.testimonials-container .swiper-wrapper {
  padding-top: 80px;
  padding-bottom: 50px;
}
.testimonials-container .swiper-pagination {
  height: 60px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials-container .swiper-pagination-bullet {
  background-color: #f4f4f4;
  width: 100px;
  height: 5px;
  margin-right: 12px;
  transition: all 0.3s;
  cursor: pointer;
}
.testimonials-container .swiper-pagination-bullet-active {
  background-color: #f39911;
}

.testimonials {
  position: relative;
  z-index: 20;
}
.testimonials__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .testimonials__header {
    flex-direction: row;
  }
  .testimonials__header {
    justify-content: space-between;
  }
}
.testimonials__wrapper {
  position: relative;
  z-index: 20;
  margin-top: 2rem;
}
@media (min-width: 1920px) {
  .testimonials__wrapper {
    margin-top: 5.5rem;
  }
}
.testimonials__slide {
  position: relative;
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 992px) {
  .testimonials__slide {
    width: 50%;
  }
}
@media (min-width: 1366px) {
  .testimonials__slide {
    width: 33.333333%;
  }
}
.testimonials__slide:not(.swiper-slide-active) {
  opacity: 0.3;
}
.testimonials__slide.swiper-slide-active {
  box-shadow: 0px -29px 53px 0px rgba(0, 0, 0, 0.0392156863);
}

.testimonial {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  .testimonial {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1920px) {
  .testimonial {
    padding-left: 76px;
  }
  .testimonial {
    padding-right: 86px;
  }
}

.testimonial {
  font-size: 18px;
}
.testimonial__title {
  margin-top: 0.75rem;
  font-family: Switzer, sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.testimonial__footer {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 2.5rem;
}
@media (min-width: 1280px) {
  .testimonial__footer {
    flex-direction: row;
  }
  .testimonial__footer {
    align-items: center;
  }
}
.testimonial__author {
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
}
.testimonial__author p {
  margin: 0;
}
.testimonial__author p strong {
  font-size: 18px;
  font-weight: 700;
}
.testimonial__avatar {
  margin-right: 1rem;
  height: 4rem;
  width: 4rem;
}
@media (min-width: 992px) {
  .testimonial__avatar {
    margin-right: 27px;
  }
  .testimonial__avatar {
    height: 85px;
  }
  .testimonial__avatar {
    width: 85px;
  }
}
.testimonial__avatar {
  border-radius: 50%;
  object-fit: cover;
}
.testimonial__logo {
  max-width: 158px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.testimonial__quote {
  position: absolute;
  left: 1rem;
  top: -2rem;
}
@media (min-width: 992px) {
  .testimonial__quote {
    left: 4rem;
  }
}
