section.testemunhos_section {
    max-width: 750px;
    margin: 0 auto;
    padding: 50px 50px;
}



section.testemunhos_section .splide__arrows button.splide__arrow.splide__arrow--prev {
    left: -20px;
}
section.testemunhos_section .splide__arrows button.splide__arrow.splide__arrow--next {
    right: -20px;
}


.testemunho_details_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0 0;
    min-height: 300px;
}
.testemunho_details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 6px;
}
/* .testemunho_details_wrapper:has(img) .testemunho_details {
    text-align: left;
    align-items: flex-start;
} */
li.splide__slide .testemunho_image img {
    max-width: 252px;
    max-height: 252px;
    object-fit: contain;
}


.testemunho {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    position: relative;
    padding: 24px;
}
.testemunho_quote {
    position: absolute;
    top: -16px;
    font-size: 72px;
    color: var(--e-global-color-primary);
    z-index: -1;
    opacity: 0.25;
}
.testemunho_quote.right {
    right: 0;
}
.testemunho_quote.left {
    left: 0;
}
.testemunho_author {
    font-size: 16px;
    font-weight: 700;
    margin: 12px 0 0px;
    color: var(--e-global-color-primary);
}
.testemunho_course {
    font-size: 14px;
    margin: -6px 0 0;
}



@media screen and (max-width:600px) {
    .testemunho_details_wrapper {
        flex-direction: column;
    }
    .testemunho {
        padding: 0;
    }
    .testemunho_details_wrapper .testemunho_image {
        order: 2;
    }
}