.editor-styles-wrapper .carousel-image-container .swiper-wrapper {
    overflow-x: scroll;
    white-space: nowrap;
}

.editor-styles-wrapper .carousel-image-container .image-slide {
    max-width: 250px!important;
    display: inline-block;
}

section.carousel-image-container {
    padding-left: 0px;
    padding-right: 0px;
}

.carousel-image .swiper-button-prev:after,
.carousel-image .swiper-button-next:after {
    color: #007889;
    z-index: 2;
}

section.carousel-image-container h2.carousel-title {
    width: 100%;
}
.carousel-image {
    overflow: hidden;
}

.image-slide {
    width: 100%;
    margin: auto;
}

.image-slide {
    position: relative;
}
.image-slide img {
    margin: auto;
    max-width: 100%;
    object-fit: cover;
    display: block;
    
}
.image-slide h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Simplon BP Regular";
    color: #01546B;
    text-align: center;
    max-width: 90%;
    margin: 15px auto 0px;
}

.image-slide p {
    font-size: 16px;
    font-family: "Simplon BP Regular";
    color: #242424;
    text-align: center;
    max-width: 90%;
    margin: 20px auto;
}

.image-slide.estilo-depoimento h4 {
    font-weight: 400;
    color: #242424;
}

.image-slide.estilo-depoimento p {
    position: relative;
    font-weight: 600;
    color: #01546B;
    margin-top: 20px;
}

.image-slide.estilo-depoimento p:before {
    content: "";
    width: 200px;
    max-width: 80%;
    border-top: 1px solid #01546B;
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
}