
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  background: #fff;
  border: 1px solid #DAEFF2;
  border-radius: 0.5rem;
}

.testimonial-item-box {
	height: 150px;
	max-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials .testimonial-item img {
  margin-bottom: 15px;
  max-width: 200px;
  max-height: 100px;
}

.testimonials .testimonial-item a {
  text-decoration: underline;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #0D96A7;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0D96A7;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0D96A7;
}
