#bloco-depoimentos{
    background-color: #F7F3F5;
}

#bloco-depoimentos .box-titulo-secao{
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.68rem;
    text-align: center;
}

#bloco-depoimentos .box-titulo-secao:before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #D6AA84;
}

#bloco-depoimentos h2{
    font-weight: 300;
    letter-spacing: 1px;
    color: #D6AA84;
    font-size: 1.6rem;
    position: relative;
    z-index: 2;
    background-color: #F7F3F5;
    margin-bottom: 0;
    padding: 0 1.68rem;
}

@media (min-width: 992px){
    #bloco-depoimentos h2{
        font-size: 2.4rem;
    }
}

#bloco-depoimentos .depoimentos-subtitulo{
    margin-bottom: 3rem;
}

#bloco-depoimentos .depoimentos-subtitulo p{
    color: #141819;
    font-size: 1.12rem;
    margin-bottom: 0;
    text-align: center;
}




#bloco-depoimentos .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

#bloco-depoimentos .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#bloco-depoimentos .swiper {
    height: 100%;
}