.testimonials {
  padding: 50px;
  position: relative;
}
.testimonials .description-wrap h2 {
  color: #6aa14f;
}
.testimonials .swiper-slide {
  height: auto;
}
.testimonials .swiper-slide.disabled {
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .testimonials .swiper-slide.disabled {
    width: 50%;
  }
  .testimonials .swiper-slide.disabled:first-of-type {
    margin-right: 15px;
  }
}
.testimonials .swiper-testimonial.disabled .swiper-wrapper {
  flex-direction: column;
}
.testimonials .swiper-testimonial.disabled .swiper-wrapper .swiper-slide {
  margin: 10px 0;
}
@media only screen and (min-width: 980px) {
  .testimonials .swiper-testimonial.disabled .swiper-wrapper .swiper-slide:first-of-type {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 980px) {
  .testimonials .swiper-testimonial.disabled .swiper-wrapper {
    flex-direction: row;
  }
}
.testimonials .testimonial {
  background-color: #6aa14f;
  color: white;
  padding: 25px;
}
@media only screen and (min-width: 768px) {
  .testimonials .testimonial {
    padding: 50px;
  }
}
.testimonials .testimonial p {
  color: #fff;
}
.testimonials blockquote {
  margin: 0px;
  position: relative;
}
.testimonials .quote-left,
.testimonials .quote-right {
  left: 0px;
  margin-top: -70px;
  position: absolute;
  top: 13%;
}
.testimonials .quote-left.quote-right,
.testimonials .quote-right.quote-right {
  left: auto;
  right: 25px;
}
.testimonials .quote-left svg,
.testimonials .quote-right svg {
  fill: #ffcd34;
  height: auto;
  width: 45px;
}
@media only screen and (min-width: 768px) {
  .testimonials .quote-left,
  .testimonials .quote-right {
    margin-top: -60px;
  }
}
.testimonials .testimonial-title {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1;
  padding-left: 50px;
}
.testimonials .quote-text-wrap {
  font-size: 1.5em;
  padding: 10px 0px;
  position: relative;
}
.testimonials cite {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.testimonials cite .img-wrap {
  margin-right: 10px;
  width: 50px;
}
.testimonials cite .img-wrap img {
  border-radius: 50%;
  display: block;
}
.testimonials cite .author {
  font-size: 1.5em;
}
.testimonials cite .author:before {
  content: '—';
}
.testimonials .swiper-button-prev,
.testimonials .swiper-button-next {
  width: 35px;
  height: 35px;
}
.testimonials .swiper-button-prev {
  left: -15px;
}
.testimonials .swiper-button-next {
  right: -15px;
}
.testimonials .swiper-button-prev:after {
  background-size: 35px 35px;
  background-image: url('../../img/icons/slick-arrow-left.svg');
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  opacity: 1;
}
.testimonials .swiper-button-next:after {
  background-size: 35px 35px;
  background-image: url('../../img/icons/slick-arrow-right.svg');
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  opacity: 1;
}
@media only screen and (min-width: 1280px) {
  .testimonials {
    padding: 50px 0;
  }
  .testimonials .swiper-button-prev {
    left: -55px;
  }
  .testimonials .swiper-button-next {
    right: -55px;
  }
}
.testimonials .swiper-pagination.swiper-pagination-bullets {
  bottom: auto;
  position: relative;
}
.testimonials .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #6aa14f;
}
