.section-testimonials-slider {
	position: relative;
}

.section-testimonials-slider .background-image-wrapper {
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: 0;
}
.section-testimonials-slider .background-image-wrapper img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
}
.section-testimonials-slider .section-title{
  color: #fff;
}
.section-testimonials-slider .section-title h2{
  color: #fff;
}
.section-testimonials-slider .section-title h2::before{
  background: #fff;
}
.section-testimonials-slider:before {
  content: "";
  background: rgba(42,64,136,0.9);
  position: absolute;
  inset: 0;
  z-index: 2;
}
.section-testimonials-slider .container{
  position: relative;
  z-index: 3;
}
.testimonials .testimonial-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
  border-radius: 8px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: var(--gray);
  margin: 0;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-slide {
  opacity: 1;
}
.testimonials .testimonial-item .quote-icon-left {
  font-size: 26px;
  display: inline-block;
  left:0;
  position: relative;
}
@media (min-width: 992px) {
	.testimonials .swiper-slide {
	  opacity: 0.3;
	}
	.testimonials .swiper-slide-next {
	    opacity: 1;
	    transform: scale(1.12);
	}
}