.depoimentosAprovados {
    float: left;
    width: 100%;
    padding: 50px 0;
    max-height: 700px;
    overflow: hidden;
    position: relative;
    display: none;
}

.depoimentosAprovados h2 {
    color: #292929;
    margin: 0 0 40px 0;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 36px;
}

.depoimentosAprovados .elem-box {
    overflow: unset;
    margin: 0;
    position: relative;
}

/* Título */

.depoimentosAprovados .boxTitulo {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

/* Lista */

.depoimentosAprovados .boxListaDepoimentos {
    float: left;
    width: 100%;
}

/* Carregar Mais Depoimentos */

.depoimentosAprovados .verMaisDepoimentos {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to top, #fff 0%, 70%, transparent);
    text-align: center;
    z-index: 99999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0 30px 0;
}

.depoimentosAprovados .verMaisDepoimentos span {
    color: #000;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {

    .depoimentosAprovados {
        padding: 0;
    }

    .depoimentosAprovados .boxTitulo {
        margin: 0;
    }

    .depoimentosAprovados h2 {
        margin: 0;
        font-size: 22px;
        line-height: 32px;
    }

}