.bloco-depoimentos .carrossel {
    display: flex;
}

.bloco-depoimentos .depoimento {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-right: 100px;
}

.bloco-depoimentos .foto {
    /* width: 70vw; */
    padding-right: 1rem;
}

.bloco-depoimentos .texto {
    width: 250px;
    color: var(--Texto, #404040);
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bloco-depoimentos h3 {
    text-align: center;
}

.bloco-depoimentos .row {
    overflow: hidden;
}

@media (min-width: 1024px) {
    .bloco-depoimentos .row {
        overflow: initial;
    }
}