.testimonial .row {
  width: calc(100% - 1rem);
  margin: auto;
}
.testimonial .title {
  font-size: 13px;
  color: #008498;
}
.testimonial .subtitle {
  font-size: 30px;
  font-weight: bold;
  color: #3b393a;
   margin: 20px 0;
}
.testimonial .text {
  color: #92918f;
  font-size: 18px;
    margin-bottom: 30px;
}
.testimonial .images {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial .card-testimonial img {
  width: 70px;
  transform: scaleX(-1);
}
.testimonial .card-testimonial .userName p:first-child {
  font-size: 15px;
  color: #3b393a;
  margin-bottom: 0;
}
.testimonial .card-testimonial .userName p:last-child {
  font-size: 20px;
  color: #92918f;
  margin-bottom: 0;
  font-weight: bold;
}
.testimonial .card-testimonial .comment {
  color: #92918f;
  font-size: 20px;
}
.testimonial .swiper {
  height: 100%;
  width: 100%;
}
.testimonial .images img {
  width: 80%;
}

.testimonial .swiper-wrapper {
  height: unset;
}
.testimonial .testimonialSwiper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.testimonial .swiper-button-next::after,
.testimonial .swiper-button-prev::after {
  all: unset;
}
.testimonial .swiper-button-prev,
.testimonial .swiper-button-next {
  all: unset;
  margin-left: 10px;
}
.testimonial .swiper-button-prev i,
.testimonial .swiper-button-next i {
  color: #92918f;
  background-color: #e1eae9;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 27px;
}
.testimonial .buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .testimonial .row {
    width: calc(100% - 4rem);
  }
}
@media (min-width: 1200px) {
  .testimonial .row {
    width: calc(100% - 8rem);
  }
}