.container-depoimento {
    padding: 3rem 0;
}

.cartao-depoimento {
    box-shadow: 4px 8px 16px rgb(0 0 0 / 40%);
    background-color: #f0f0f0;
    border: 1px solid #542b53;
    border-radius: 2rem;
    padding: 1.5rem;
    color: #542b53;
    height: 100%;
    max-width: 450px;
}

.foto-depoente {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 5px solid #542b53;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 0%;
}

.depoimento-texto *,
.depoimento-texto span {
    color: #542b53 !important;
    font-size: 0.8rem !important;
    background-color: transparent !important;
}

@media (min-width: 767.99px) {
    .depoimentos {
        flex-direction: row !important;
    }
}