*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
    
        font-style: normal;
}

#sobrenos{
    display: flex;
    flex-direction: row;
}
    
#menu_sobrenos{
    display: flex;
    flex:30%;
}
#menu_sobrenos li {
    padding:20px;
    text-align: left;
  

}
#menu_sobrenos li a{
    padding: 10px 10px 10px 0px;
    color: #585858;
    list-style: none;
    text-decoration: none;
    font-size:24px;
    font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;
}


#conteudo_sobre_nos p{
    max-width: 500px;
    color:black !important
}


