.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  /*width: 18%;*/
  margin-left: 1rem;
  margin-right: 1rem;
  /*background: #3cafbd;*/
  color: #8fd2ad;
  max-width: 10%;
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height: 360px;
  }
}

.review-section {
  padding: 100px 0;
  background-color: #f7f7f7;
  position: relative;
}

.testti-container {
  position: relative;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.simple-slider .swiper-slide {
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 9px;
  padding-bottom: 10px;
}

.reviews-card-img-section {
  width: 100px;
  height: 100px;
  border: 6px solid #00A79D;
  border-radius: 100px;
  margin-bottom: 20px;
}

.tittle-client {
  margin-bottom: 20px;
}

.subtitle-client {
  padding: 35px 40px;
  background: linear-gradient( 60deg , #5dc2cf, #1799aa);
  border-radius: 15px;
  text-align: center;
}

.subtitle-client p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  max-width: 700px;
  color: #fff;
  text-align: justify;
}

