.depoimentos-container{ width:100%; left:0; overflow:hidden; }
.depoimentos-box{ width:100%; left:0; }
.depoimentos-box .owl-stage-outer .owl-item{margin-top: 60px;margin-bottom: 90px; opacity: .2; transition: all .3s ease-out}
.depoimentos-box .owl-stage-outer .owl-item.show-up{margin-top: 0px;margin-bottom: 90px; opacity: 1}
.depoimentos-text{ background-color:var(--primaryColor); color:#FFFFFF; padding:2rem 2rem 4rem 2rem; border-radius:0.6rem; font-size:1rem; line-height:1.2; min-height:230px}
.depoimentos-photo{ position:absolute; width:6rem; height:6rem; left:50%; transform:translateX(-50%); bottom:-3rem; background-color:#EFEFEF; background-position:center; background-size:cover; background-repeat:no-repeat; border:0; border-radius:50%; }
.depoimentos-name{ position:absolute; width:100%; bottom:-4.5rem; left:0; text-align:center; color:var(--primaryColor); }
@media all and (min-width:920px){
    .depoimentos-box{ width:114% !important; left:-7% !important; }
}