.section-testimonials {
  padding: 63px 0 60px;
  background-color: rgba(205, 217, 185, 0.29);
}

.section-testimonials .shell {
  max-width: 820px;
}

.section-testimonials .section__head {
  margin-bottom: 35px;
}

/* Testimonial */

.testimonial .testimonial__inner {
  display: flex;
  align-items: flex-start;
}

.testimonial .testimonial__avatar {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 17px;
}

.testimonial .testimonial__quote {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #696969;
  border: 0;
  padding: 0;
}

.testimonial .testimonial__author {
  font-size: 16px;
  font-weight: 400;
  color: #696969;
}

.slider-testimonials .swiper-wrapper {
  height: auto;
}

.slider-testimonials .slider__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}

.swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  opacity: 1;
  background-color: #CDD9B9;
}

.swiper-pagination-bullet-active {
  background-color: #68A500;
}

@media(max-width: 767px) {
  .testimonial .testimonial__inner {
    align-items: center;
  }

  .testimonial .testimonial__quote {
    font-size: 18px;
  }
}

@media(max-width: 767px) {
  .section-testimonials {
    padding: 40px 0;
  }
}