.card-depoimento {
    position           : relative;
    height             : 440px;
    background-size    : cover;
    background-position: center;
    border-radius      : 20px;
    display            : flex;
    flex-direction     : column;
    justify-content    : flex-end;
    padding            : 0px;
    box-shadow         : 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow           : hidden;
    min-width          : 273px;
    user-select        : none;
}

.card-depoimento .card-depoimento-content {
    position           : relative;
    height             : 440px;
    background-size    : cover;
    background-position: center;
    border-radius      : 20px;
    display            : flex;
    flex-direction     : column;
    justify-content    : flex-end;
    padding            : 20px;
    box-shadow         : 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow           : hidden;
    min-width          : 273px;
}

.card-depoimento .card-depoimento-title {
    color        : #ffffff;
    font-size    : 18px;
    font-weight  : 700;
    font-family  : "Roboto", Sans-serif;
    margin-bottom: 10px;
    text-align   : left;
    display      : flex;
    align-items  : center;
    line-height  : 1.3em;
    cursor       : pointer;
    user-select  : none;
    gap          : 10px;
}

.carrossel-cards-depoimentos-container {
    width: 100%;
}

.carrossel-cards-depoimentos-container .cards-container {
    display: flex;
    width  : 100%;
    margin : 0px auto;
    padding: 20px;
    gap    : 30px;
}

#depoimento-modal #single-depoimento {
    padding: 55px 30px;
}

#single-depoimento h4 {
    font-size  : 1.2rem;
    border-top : 1px solid #ddd;
    padding-top: 10px;
    margin-top : 20px;
}