/*********/
/* SOBRE */
/*********/

#sobre{
    background-color: var(--cor-background);
    padding: 40px 30px 50px 30px;
    color: #696969;
}
#sobre img{
    width: 100%!important;
    height: auto!important;
}
#sobre h2{
    margin-bottom: 20px;
}

@media screen and (max-width: 575px){
    #sobre{
        margin-left: -15px;
        margin-right: -15px;
    }
}