.testimonials {
  max-height: 356px;
  overflow: hidden;
}
@media only screen and (max-width: 769.98px) {
  .testimonials {
    max-height: 359px;
  }
}
.testimonials .testimonials-heading {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 769.98px) {
  .testimonials .testimonials-heading {
    margin-bottom: 25px;
  }
}
.testimonials .testimonials-slider-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.testimonials .testimonials-slider-wrapper .testimonials-slider {
  width: calc(100% - 60px);
}
.testimonials .testimonials-slider-wrapper .testimonials-slider .swiper-slide {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.testimonials .testimonials-slider-wrapper .testimonials-slider .swiper-slide .stars svg {
  width: 20px;
  fill: var(--accent-2-color);
}
.testimonials .testimonials-slider-wrapper .testimonials-slider .swiper-slide .review i {
  font-size: 14px;
}
.testimonials .testimonials-slider-wrapper .testimonials-slider .swiper-slide .name {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  word-break: initial;
}
.testimonials .testimonials-slider-wrapper .sud-testimonials-next {
  right: -30px;
  width: unset;
}
@media only screen and (max-width: 769.98px) {
  .testimonials .testimonials-slider-wrapper .sud-testimonials-next {
    right: -15px;
  }
}
.testimonials .testimonials-slider-wrapper .sud-testimonials-next:after {
  display: none;
}
.testimonials .testimonials-slider-wrapper .sud-testimonials-next svg {
  width: 40px;
  height: 40px;
}
.testimonials .testimonials-slider-wrapper .sud-testimonials-prev {
  left: -30px;
  width: unset;
}
@media only screen and (max-width: 769.98px) {
  .testimonials .testimonials-slider-wrapper .sud-testimonials-prev {
    left: -15px;
  }
}
.testimonials .testimonials-slider-wrapper .sud-testimonials-prev:after {
  display: none;
}
.testimonials .testimonials-slider-wrapper .sud-testimonials-prev svg {
  width: 40px;
  height: 40px;
}
.testimonials .testimonials-slider-wrapper .sud-swiper-pagination {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relatisud;
  bottom: unset;
  top: unset;
  position: relatisud;
  display: none;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media only screen and (max-width: 769.98px) {
  .testimonials .testimonials-slider-wrapper .sud-swiper-pagination {
    display: flex;
    gap: 4px;
  }
}
.testimonials .testimonials-slider-wrapper .sud-swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: none;
  opacity: 0.51;
  background-color: var(--text-primary-color);
}
.testimonials .testimonials-slider-wrapper .sud-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}
.testimonials .testimonials-slider-wrapper .sud-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-actisud {
  opacity: 1;
  width: 14px;
  height: 14px;
}
.testimonials .testimonial-button {
  margin-left: auto;
  margin-right: auto;
}
.testimonials .btn {
  margin: 0 auto;
}
