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