.container {
  max-width: 1140px;
  width: 100%;
}

.testimonial .swiper-review {
  padding-bottom: 50px;
}
.testimonial__box {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
.testimonial__star {
  margin-bottom: 10px;
}
.testimonial__star i {
  color: #f0ad4e;
}
.testimonial__heading {
  margin-bottom: 20px;
}
.testimonial__heading h3 {
  font-size: 36px;
}
.testimonial__quote-icon {
  margin-bottom: 30px;
}
.testimonial__quote-icon i {
  font-size: 26px;
}
.testimonial__desc {
  margin-bottom: 30px;
}
.testimonial__user-image {
  margin-bottom: 10px;
}
.testimonial__user-image img {
  border-radius: 100%;
}
.testimonial__user-name h6 {
  font-size: 18px;
}

@media only screen and (max-width: 1199px) {
  .testimonial__heading h3 {
    font-size: 32px;
  }
  .testimonial__quote-icon i {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial__heading h3 {
    font-size: 28px;
  }
  .testimonial__quote-icon i {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial .swiper-review {
    padding-bottom: 40px;
  }
  .testimonial__box {
    padding: 0;
  }
  .testimonial__star {
    margin-bottom: 10px;
  }
  .testimonial__star i {
    font-size: 14px;
  }
  .testimonial__heading {
    margin-bottom: 15px;
  }
  .testimonial__heading h3 {
    font-size: 22px;
  }
  .testimonial__quote-icon {
    margin-bottom: 15px;
  }
  .testimonial__quote-icon i {
    font-size: 18px;
  }
  .testimonial__desc {
    margin-bottom: 20px;
  }
  .testimonial__user-name h6 {
    font-size: 16px;
  }
  .testimonial .swiper-button-prev,
  .testimonial .swiper-button-next {
    display: none;
  }
}