#sobre{
    background-color: #F7F3F5;
}

#sobre .sobre-titulo{
    color: #B39884;
    font-weight: 400;
    font-size: 1.84rem;
    line-height: 2rem;    
    letter-spacing: 1px;
}

@media (min-width: 992px){
    #sobre .sobre-titulo{
        font-size: 3.2rem;
        line-height: 3.2rem;
    }
}


#sobre .sobre-pos-titulo{
    color: #727176;
    font-size: 1.088rem;
    margin-bottom: 1.92rem;
    font-weight: 300;
}


#sobre .sobre-apresentacao{
    color: #B39884;
    font-size: 1.68rem;
    margin-bottom: .96rem;
    font-weight: 400;
    line-height: 1.28;
}

#sobre .sobre-apresentacao strong{
    font-weight: 400;
}

/*
#sobre img{
    border-radius: 16px;
}
*/