.depoimentosAprovados {
    float: left;
    width: 100%;
    background: #222;
    padding: 30px 0 50px 0;
}

.depoimentosAprovados h2 {
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}

/* Lista */

.depoimentosAprovados .boxListaDepoimentos {
    float: left;
    width: 100%;
}

.depoimentosAprovados .elem-box {
    overflow: unset;
    position: relative;
    width: 100%;
}

@media only screen and (max-width: 768px) {

    .depoimentosAprovados {
        padding: 30px 0;
    }

    .depoimentosAprovados h2 {
        margin: 0 0 20px 0;
        font-size: 22px;
        line-height: 150%;
    }

}