.section-avis_verifie_section{
    padding-top: 5rem;
    padding-bottom: 5rem;
}


.section-avis_verifie_section .maxWidth{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
}
.section-avis_verifie_section .maxWidth h2{
    font-size: 2.5rem;
    text-align: center;
}
.section-avis_verifie_section .maxWidth p{
    width: 100%;
}

.av-widget-review-prev .arrow{
    background-image: url(/wp-content/uploads/2023/07/fleche-droite-noir.svg) !important;
    transform: rotate(-180deg) !important;
}
.av-widget-review-next .arrow{
    background-image: url(/wp-content/uploads/2023/07/fleche-droite-noir.svg) !important;
}

.av-widget-review-next .arrow {
	visibility: hidden;
}

.section-avis_verifie_section .jdgm-carousel-wrapper {
max-height: 400px;
padding-top: 0;
}
.section-avis_verifie_section .jdgm-carousel {
padding: 25px 0;
}

.jdgm-carousel-wrapper > section {
  display: none;
}
.section-avis_verifie_section > div:nth-child(1) > h2:nth-child(1) {
  display: none;
}



@media screen and (max-width: 720px) {
    .section-avis_verifie_section .maxWidth h2{
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 500px) {
    .section-avis_verifie_section .maxWidth h2{
        font-size: 1.4rem;
    }
}