.secao1-depoimentos {
    padding: 200px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.secao1-depoimentos .container-title .text-top-title {
    color: #CABFAF;
    font-size: 20px;
    font-weight: 500;
}
.secao1-depoimentos .container-title h1 {
    color: #fff;
    font-weight: bold;
    font-size: 45px;
}
.secao1-depoimentos .container-title .subtitle {
    color: #CABFAF;
    font-size: 30px;
    font-style: italic;
    font-weight: 600;
}
.secao2-depoimentos{
    padding: 100px 0px;
}
.secao3-depoimentos {
    padding: 100px 0px;
    background: #E6DDD4;
}
.secao3-depoimentos .container-title h2 {
    color: #5D4837;
    font-weight: bold;
    font-size: 40px;
}
.secao3-depoimentos .container-title p {
    color: #877462;
    font-size: 20px;
}
.secao3-depoimentos .container-btn .btn {
    color: #916F5D;
    font-size: 20px;
    border-radius: 9999px;
    font-weight: 500;
}
.secao4-depoimentos {
    padding: 100px 0px;
}
.secao4-depoimentos .container-title h2 {
    color: #5D4837;
    font-weight: bold;
    font-size: 40px;
}
.secao4-depoimentos .container-title p {
    color: #877462;
    font-size: 20px;
}
.secao4-depoimentos .container-btn .btn {
    background: #916F5D;
    color: #fff;
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 9999px;
    font-weight: 500;
}
@media (max-width:991px) {
    .secao1-depoimentos {
        padding: 125px 0px;
    }
    .secao1-depoimentos .container-title h1 {
        font-size: 35px;
    }
    .secao1-depoimentos .container-title .subtitle {
        font-size: 25px;
        line-height: 1.2;
    }
    .secao2-depoimentos, .secao3-depoimentos, .secao4-depoimentos {
        padding: 50px 0px;
    }
    .secao3-depoimentos .container-title h2, .secao4-depoimentos .container-title h2 {
        font-size: 30px;
    }
}