.wrapp-depoimentos{max-width: 1420px; margin: 10px auto 30px;}
.wrapp-depoimentos *{margin: 0; padding: 0; box-sizing: border-box;}

.wrapp-depoimentos .owl-carousel{}
.wrapp-depoimentos .owl-carousel .owl-stage-outer{}
.wrapp-depoimentos .owl-carousel .owl-stage-outer .owl-stage{}
.wrapp-depoimentos .owl-carousel .owl-stage-outer .owl-stage .owl-item{}
.wrapp-depoimentos .owl-carousel .owl-stage-outer .owl-stage .owl-item .item{padding: 10px 15px 20px 15px;}

.card-depoimento{
    width: 100%;
    min-height: 410px;
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 45px 20px 90px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.card-depoimento:before{
    width: 100%;
    height: 10px;
    content: "";
    background-color: #8560a3;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
}
.card-depoimento img{
    width: 90px;
    border-radius: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}
.card-depoimento p{
    color: #8d8d8d;
    font-family: 'Zilla Slab', serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    position: relative;
}
.card-depoimento p:before{
    width: 22px;
    min-width: 22px;
    height: 22px;
    content: "";
    background-image: url(quote.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    margin-right: 2px;
}

.card-depoimento .footer-card{
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 30px;
}
.card-depoimento .footer-card h3{
    color: #8560a3;
    font-family: 'Zilla Slab', serif !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    margin-bottom: 5px;
}
.card-depoimento .footer-card span{
    color: #b9b9b9;
    font-family: 'Zilla Slab', serif !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
}

@media(max-width: 767px){
    .wrapp-depoimentos{margin: 12px auto 20px;}
    .card-depoimento{min-height: auto;}
}