.row-depoimento { 
    padding: 30px 0; 
    background-color: var(--white);
    height: 100%;

}

.row-depoimento h1 {
    font-size: 28px;
    color: orange;
}

.row-depoimento h2 {
    font-size: 16px;
    color: orange;
    text-align: center;
}


.row-depoimento h1, .row-depoimento p{ 
    font-weight: bold;  
    

}

.row-depoimento p {
    text-align: center;
    font-size: 12px;
    color: var(--gray-200);
}


@media (max-width: 768px) {
    .row-depoimento p {
        text-align: center;
        font-size: 16px;
        color: var(--gray-200);
    }
}