.sobre-nos {
    background-image: url(../img/o-homem-de-negocios.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.sobre-nos-container {
    margin: 0 auto;
    background-color: #ffffffb3;
    width: 100vw;
    padding: 150px 7.5vw 150px  7.5vw;
}

.texto-sobre {
    color: #1E1E1E;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    width: 40%;
}

.barra-sobre {
    width: 100px;
    height: 5px;
    background-color: #8D141A;
    margin-bottom: 20px;
}

/* Media Queries */
@media (max-width: 1440px) {

}

@media (min-width:769px) and (max-width: 1024px) {
    .texto-sobre {
        width: 60%;
    }

    
    .sobre-nos-container {
        margin: 0 auto;
        background-color: #ffffffb3;
        width: 100vw;
        padding: 175px 7.5vw 125px  7.5vw;
    }
}

@media (max-width: 768px) {
    .sobre-nos {
        margin-top: 80px;
    }
    
    .sobre-nos-container {
            
    display: flex;
    justify-content: center;
    padding: 80px 7.5vw 80px 7.5vw;
    }
    
    .texto-sobre {
        font-size: 14px;
        text-align: justify;
        width: 100%;
    }

    .sobre-nos {
        background-image: url(../img/homens-de-negóvios-mobile.webp);
        background-position: left;
    }
    

}

@media (max-width: 425px) {

}
