
#homeDepoimentos {
    background-color: #fff;
}


#homeDepoimentos .barraItem .img-thumbnail{
    /* min-height: 90px; */
}
#homeDepoimentos .barraItem .img-thumbnail img{
    max-width: 100%;
    /* max-height: 80px; */
}


/* #homeDepoimentos h4{
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
} */

/* #homeDepoimentos p,
#homeDepoimentos h4,
#homeDepoimentos h6{
    margin-right: .75rem;
    margin-left: .75rem;
} */

#homeDepoimentos h6{
    font-style: italic;
    opacity: 0.5;
}


@media (min-width: 576px) {
    /* #homeDepoimentos .barraItem .img-thumbnail{
        min-height: 90px;
    } */
    #homeDepoimentos .barraItem .img-thumbnail img{
        max-height: 80px;
    }

}

@media (min-width: 992px) {
    #homeDepoimentos .barraItem .img-thumbnail{
        min-height: 90px;
    }
}
