.id-depoimentos .sessao_foto {
    margin-bottom: 30px;
    margin-top: 0;
}
.depoimentos5 {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}
.depoimentos5 .depoimentos-titulo::after {
    display: none;
}
.dp-5 {
    overflow: hidden;
}
.dp-5 .owl-controls .owl-dot.active span,
.dp-5 .owl-controls.clickable .owl-dot:hover span {
    background: rgba(167, 167, 167, 0.8)!important;
}
.dp-5 .disabled {
    display: none;
}
.dp-5 .owl-dots {
    display: inline-flex;
}
.dp-5 .owl-dots .owl-dot span {
    background: rgba(167, 167, 167, 0.3);
    display: block;
    width: 10px;
    height: 10px;
    margin: 8px 4px;
    border-radius: 50%;
}
.dp-5 .owl-dots .owl-dot.active span,
.dp-5 .owl-dots.clickable .owl-dot:hover span {
    background: rgba(167, 167, 167, 0.8);
}
.depoimentos5 .depoimentos-foto {
    width: 180px;
    height: 180px;
}
.depoimentos5 .item-depoimentos:last-child {
    margin-bottom: 60px !important;
}
.depoimentos5 .item-depoimentos span {
    font-size: 15px;
}
.depoimentos5 .item-depoimentos {
    margin-bottom: 60px;
}
.depoimentos5 .depoimentos-foto {
    width: 200px;
    height: 200px;
}
.depoimentos5 .depoimentos-titulo {
    padding: 25px 15px 20px;
    font-size: 20px;
}
.depoimentos5 blockquote {
    margin: 0 auto;
    max-width: 550px;
    text-align: center;
    padding: 10px 20px 30px;
    width: calc(100% - 60px);
}
.depoimentos5 blockquote cite {
    font-size: 20px!important;
    padding: 25px 0 0!important;
}
.depoimentos5 div.cover {
    width: 180px!important;
    height: 180px!important;
}
@media only screen and (max-width:1200px) {
    .depoimentos5 .depoimentos-foto {
        height: 150px;
        width: 150px;
    }
}
@media only screen and (max-width:992px) {
    .depoimentos5 .item-depoimentos {
        width: 100%;
        margin-bottom: 60px;
    }
    .depoimentos5 .depoimentos-foto {
        height: 200px;
        width: 200px;
    }
}
@media only screen and (max-width:768px) {
    .depoimentos5 .item-depoimentos {
        text-align: center
    }
    .depoimentos5 .depoimentos-titulo {
        margin-top: 20px
    }
}