.home-testimonials .testimon-wrap {
  max-width: 830px;
  margin: auto;
}
.home-testimonials .testimon-wrap h2 {
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .home-testimonials .testimon-wrap h2 {
    font-size: 24px;
  }
}
.home-testimonials .testimon-wrap .head {
  height: auto;
  position: relative;
  z-index: 1;
}
.home-testimonials .testimon-wrap p {
  font-family: "Inter";
}
@media screen and (max-width: 575.98px) {
  .home-testimonials .testimon-wrap p {
    font-size: 14px;
  }
}
.home-testimonials .testimon-wrap .swiper-slide {
  opacity: 0;
  visibility: hidden;
}
.home-testimonials .testimon-wrap .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
.home-testimonials .testimon-wrap .testimon-slider-pagination .swiper-pagination-bullet {
  opacity: 0.5;
  background-color: #000;
  margin: 0 10px;
}
.home-testimonials .testimon-wrap .testimon-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}