.acm-testimonials {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background-color: #f6f4f4;
  position: relative;
}
.acm-testimonials .acm-testimonials-wrap {
  position: relative;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .acm-testimonials .acm-testimonials-wrap {
    width: 100%;
  }
}
.acm-testimonials .swiper-slide {
  padding: 10px;
}
.acm-testimonials .testimonial-content {
  background-color: #ffffff;
  padding: 52px 52px 104px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.acm-testimonials .testimonial-content::before {
  content: "";
  width: 78px;
  height: 63px;
  background: url("../images/quote.png") no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -39px;
  top: 26px;
}
.acm-testimonials .testimonial-text {
  line-height: 29px;
}
.acm-testimonials .author-info {
  margin: -55px auto 0;
  width: 110px;
  height: 110px;
  overflow: hidden;
}
.acm-testimonials .author-info img {
  width: 100%;
}
.acm-testimonials .author-name {
  font-weight: 600;
  font-size: 17px;
}
.acm-testimonials .author-info-text {
  margin-top: 26px;
}
.acm-testimonials .author-info-text span {
  color: #c29032;
}
.acm-testimonials .swiper-button-white {
  width: 50px;
  height: 50px;
  line-height: 50px;
  left: -25px;
  top: 50%;
  margin-top: -55px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.acm-testimonials .swiper-button-white.swiper-button-next {
  background: url(../images/next-light-ltr.png) no-repeat center center #c29032;
  right: -25px;
  left: auto;
}
@media (max-width: 767px) {
  .acm-testimonials .swiper-button-white {
    left: 0;
  }
  .acm-testimonials .swiper-button-white.swiper-button-next {
    right: 0;
    left: auto;
  }
}
.acm-testimonials .swiper-button-white.swiper-button-prev {
  background: url(../images/next-light-rtl.png) no-repeat center center #c29032;
}
.acm-testimonials .swiper-button-white.swiper-button-disabled {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #ffffff;
}
.acm-testimonials .swiper-button-white.swiper-button-disabled.swiper-button-next {
  background-image: url(../images/next-ltr.png);
}
.acm-testimonials .swiper-button-white.swiper-button-disabled.swiper-button-prev {
  background-image: url(../images/next-rtl.png);
}