/* home */
.custom-testimonial .elementor-main-swiper {
  width: 100% !important;
}

.custom-testimonial .swiper-slide {
  height: fit-content !important;
}

.custom-testimonial .swiper-slide::before {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 55px;
  height: 40px;
  background: url('../img/quotes-icon.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.custom-testimonial .elementor-testimonial__image img {
  width: auto !important;
  height: 55px !important;
  object-fit: contain !important;
}