.secao1-sobrenos {
    padding: 200px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.secao1-sobrenos .container-title .text-top-title {
    color: #CABFAF;
    font-size: 20px;
    font-weight: 500;
}
.secao1-sobrenos .container-title h1 {
    color: #fff;
    font-weight: bold;
    font-size: 45px;
}
.secao1-sobrenos .container-title .subtitle {
    color: #CABFAF;
    font-size: 30px;
    font-style: italic;
    font-weight: 600;
}
.secao1-sobrenos .container-title .text {
    color: #fff;
    font-size: 25px;
    line-height: 1.2;
}
.secao2-sobrenos {
    padding: 100px 0px;
}
@media (min-width:991px) {
    .secao2-sobrenos .container-title, .secao3-sobrenos .container-title {
        width: 85%;
    }
}
.secao2-sobrenos .container-title .text-top-title {
    color: #916F5D;
    font-size: 20px;
    font-weight: 500;
}
.secao2-sobrenos .container-title h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0px 25px;
}
.secao2-sobrenos .container-title .text {
    font-size: 20px;
}
.secao2-sobrenos .container-image img {
    border-radius: 16px;
}
.secao3-sobrenos {
    background: #E6DDD4;
    padding: 100px 0px;
}
.secao3-sobrenos .container-image img {
    border-radius: 16px;
}
.secao3-sobrenos .container-title .text-top-title {
    color: #916F5D;
    font-size: 18px;
    font-weight: 500;
}
.secao3-sobrenos .container-title h2 {
    color: #5D4837;
    font-weight: bold;
    font-size: 35px;
    margin: 20px 0px 25px;
}
.secao3-sobrenos .container-title .text {
    font-size: 22px;
    line-height: 1.2;
    color: #877462;
}
.secao4-sobrenos {
    padding: 100px 0px;
}
.secao4-sobrenos .container-title .text-top-title {
    color: #916F5D;
    font-size: 20px;
    font-weight: 500;
}
.secao4-sobrenos .container-title h2 {
    color: #5D4837;
    font-weight: bold;
    line-height: 1;
    margin: 20px 0px 25px;
}
.secao4-sobrenos ul.list-space {
    list-style: none;
}
.secao4-sobrenos ul.list-space li {
    background: #E6DDD4;
    display: flex;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 9999px;
    color: #6D5C4C;
}
.secao4-sobrenos ul.list-space li .icon{
    margin-right: 5px;
}
.secao4-sobrenos .container-image img {
    border-radius: 16px;
}
.secao5-sobrenos {
    background: #E6DDD4;
    padding: 100px 0px;
}
.secao5-sobrenos .container-title .text-top-title {
    color: #916F5D;
    font-size: 20px;
    margin-bottom: 5px;
}
.secao5-sobrenos .container-title h2 {
    font-size: 45px;
    font-weight: bold;
    color: #5D4837;
}
.secao5-sobrenos .container-card h3 {
    font-family: 'Advent Pro';
    font-weight: 600;
    font-size: 30px;
    color: #916F5D;
}
.secao5-sobrenos .container-card p {
    font-size: 22px;
    line-height: 1.2;
    color: #877462;
}
@media (max-width:991px) {
    .secao1-sobrenos {
        padding: 125px 0px;
    }
    .secao1-sobrenos .container-title h1 {
        font-size: 35px;
    }
    .secao2-sobrenos .container-title h2, .secao3-sobrenos .container-title h2, .secao4-sobrenos .container-title h2, .secao5-sobrenos .container-title h2 {
        font-size: 25px;
    }
    .secao2-sobrenos .container-image img, .secao3-sobrenos .container-image img, .secao4-sobrenos .container-image img {
        width: 100% !important;
    }
    .secao3-sobrenos .row {
        flex-direction: column-reverse;
    }
    .secao4-sobrenos ul.list-space li {
        font-size: 12px;
    }
    .secao4-sobrenos ul.list-space li .icon svg {
        width: 12px;
        height: 12px;
    }
    .secao5-sobrenos .container-card {
        margin-bottom: 25px;
    }
}