.depoimentos4 .depoimentos-titulo::after{
    display: none;
}

.depoimentos4 {
    text-align: left;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.depoimentos4 .depoimentos-foto {
    width: 180px;
    height: 180px;
}

.depoimentos4 .item-depoimentos:last-child{
    margin-bottom: 60px !important;
}

.depoimentos4 .item-depoimentos span {
    font-size: 15px;
}

.depoimentos4 .item-depoimentos {
    margin-bottom: 60px;
}

.depoimentos4 .depoimentos-titulo {
    padding: 25px 15px 20px;
    font-size: 20px;
}

.depoimentos4 blockquote{
    padding: 10px 20px 0;
    margin: 0 0 20px;
    margin-bottom: 0;
}

.depoimentos4 blockquote cite{
    font-size: 20px!important;
    padding: 0 0 0!important;
    margin: 0;
}

.depoimentos4 div.cover {
    width: 180px!important;
    height: 180px!important;
}

@media only screen and (max-width:1200px) {
    .depoimentos4 .depoimentos-foto {
        height: 150px;
        width: 150px;
    }
}

@media only screen and (max-width:992px) {
    .depoimentos4 .item-depoimentos {
        width: 100%;
        margin-bottom: 60px;
    }
    .depoimentos4 .depoimentos-foto {
        height: 200px;
        width: 200px;
    }
}

@media only screen and (max-width:768px) {
    .depoimentos4 .item-depoimentos {
        text-align: center
    }

    .depoimentos4 .btn-style{
        margin: 0 auto;
        margin-top: 20px;
    }
    .depoimentos4 .depoimentos-titulo {
        margin-top: 20px
    }

    .depoimentos4 blockquote{
        padding: 10px 0 0;
        margin: 0 0 20px;
        margin-bottom: 0;
    }
}