.depoimentos8 .depoimentos-foto {
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat; 
    min-height: 60vh;  
    min-height: 100%;
}
.depoimentos8 .no-padding {
    padding: 0;
}
.depoimentos8 .clear-line {
    height: 0;
}
.depoimentos8 .comments-left { text-align: left; padding:10%; }

.depoimentos8 .row-flex {
    display: flex; 
    flex-direction: row-reverse;
}
.depoimentos8 .center-comments {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 60vh;  
}
.depoimentos8 .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.depoimentos8 .row.row-flex {
    flex-direction: row-reverse;
}

.depoimentos8 .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

cite.fonte_2.corTxt {
    font-weight: bold;
    font-size: 20px;
}
.sessao_foto .corElementos {
    color: #FFFFFF!important ;
    fill: #FFFFFF!important ;
    border-color: #FFFFFF!important ;
}
@media (max-width: 1200px) {
    .depoimentos8 .depoimentos-foto, 
    .depoimentos8 .center-comments {
        min-height: 100%;  
    }
}
/*
@media (max-width: 992px) {

}*/

@media (max-width: 767px) {
    .depoimentos8 .row,.depoimentos8 .row.row-flex  {
        display: flex;
        flex-direction: column;
    }
    .depoimentos8 .comments-left {
        text-align: left;
        padding: 10% 5%;
    }
}

/*@media (max-width: 576px) {
    
}*/