.mvo_depoimentos {
    padding: 100px 7%;
    background: #f8fbff;
    overflow-x: clip;
}

.depoimentos_grid {
    width: 100%;
    max-width: 1440px;
    min-width: 0;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    container-type: inline-size;
}

.mvo_depoimentos .section_title,
.mvo_depoimentos .section_title h2,
.mvo_depoimentos .section_title p {
    max-width: 100%;
    overflow-wrap: anywhere;
}

@container (max-width: 768px) {
    .mvo_depoimentos .depoimentos_grid .mvo-sitechat-testimonials-track {
        width: 100% !important;
        min-width: 0 !important;
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .mvo_depoimentos .depoimentos_grid .mvo-sitechat-testimonials-card {
        width: 100% !important;
        min-width: 0 !important;
        padding: 20px !important;
        overflow: hidden !important;
    }

    .mvo_depoimentos .depoimentos_grid .mvo-sitechat-testimonials-track .mvo-sitechat-testimonials-card:nth-child(2),
    .mvo_depoimentos .depoimentos_grid .mvo-sitechat-testimonials-track .mvo-sitechat-testimonials-card:nth-child(3) {
        display: none !important;
    }

    .mvo_depoimentos .depoimentos_grid .mvo-sitechat-testimonials-quote,
    .mvo_depoimentos .depoimentos_grid .mvo-sitechat-testimonials-name,
    .mvo_depoimentos .depoimentos_grid .mvo-sitechat-testimonials-role {
        max-width: 100% !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
    }

    .mvo_depoimentos .depoimentos_grid .mvo-sitechat-testimonials-footer,
    .mvo_depoimentos .depoimentos_grid .mvo-sitechat-testimonials-author,
    .mvo_depoimentos .depoimentos_grid .mvo-sitechat-testimonials-meta {
        min-width: 0 !important;
    }

    .mvo_depoimentos .depoimentos_grid .mvo-sitechat-testimonials-controls {
        width: 100% !important;
        min-width: 0 !important;
        flex-wrap: nowrap !important;
        overflow: hidden !important;
    }

    .mvo_depoimentos .depoimentos_grid .mvo-sitechat-testimonials-dots {
        min-width: 0 !important;
        flex: 1 1 auto !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scrollbar-width: none !important;
    }

    .mvo_depoimentos .depoimentos_grid .mvo-sitechat-testimonials-dots::-webkit-scrollbar {
        display: none;
    }

    .mvo_depoimentos .depoimentos_grid .mvo-sitechat-testimonials-dot {
        flex: 0 0 44px !important;
    }
}

@media (max-width: 768px) {
    .mvo_depoimentos {
        padding: 70px 22px;
    }

    .depoimentos_grid {
        margin-top: 42px;
    }
}
