/* Ajouter votre code CSS ici.

Par exemple:
.exemple {
color: red;
}

Pour améliorer vos connaissances en CSS, visitez http://www.w3schools.com/css/css_syntax.asp

Fin du commentaire */

.testimonials-carousel .elementor-swiper-button-prev {
display: none !important;
}
.testimonials-carousel .elementor-testimonial__image img {
object-fit: contain;
}
.testimonials-carousel .elementor-swiper-button-next {
background: white;
border-radius: 50%;
padding: 6px;
}
@media (max-width: 767px) {
.elementor-17 .elementor-element.elementor-element-c6b240e.elementor-arrows-yes .elementor-main-swiper {
width: 100%;
}
.testimonials-carousel .elementor-swiper-button-next {
display: none !important;
}
}