/* MOBILE  */
p{
    font-size: 18px;
    line-height: 28px;
}

.container_principal{
    margin: 0  2.25rem;
}
.areas_atuacao_desktop{
    display: none;
}

.foto_mauro{
    width:252px ;
    height:auto ;
    display: flex;
    justify-content: left;

}

.areas_atuacao_mobile{
    margin-top: 2rem;
    font-family: 'Source Serif 4', serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #78706C;
    margin-bottom: 1.5rem;
}


/* TABLET */

@media (min-width: 600px){

/* :root{

TABLET 
--topo_pagina: 3rem;

} */
}
@media (min-width: 1180px){

/* web */

.container_principal{
    margin: 0 4.5rem;
}

.areas_atuacao_desktop{
    display: block;
    padding-left: 292.73px;
    margin-top: 2rem;
    font-family: 'Source Serif 4', serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #78706C;
    margin-bottom: 1.5rem;
}

.areas_atuacao_mobile{
    display: none;
}

.foto_mauro{
    width: 210px;
}

.foto_infos{
    display: flex;
    flex-direction: row;
    gap:82.73px;
}

p{
    font-size: 16px;
    line-height: 24px;
}

.texto_sobre{
    max-width: 40rem;}







}