@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
body{
    font-family:Lato;
}
section.petrobras{
    padding:5em 0;
}
section.petrobras .orange{
    color:#F58220;
}

section.petrobras span.blue{
    color:#0055A4;
    font-family:Lato;
    font-weight:400;
    font-size:16px;
}
section.petrobras .eic{
    font-weight:700;
    color:#F58220;
    
}
section.petrobras h4.one{
    font-size:24px;  
}
section.petrobras h4.two{
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 1em;
    line-height: 36px;
}
section.petrobras h4.three{
    font-size:16px;
    color:#0055A4;
    text-transform: uppercase;
    font-weight:700;
   
}
section.petrobras p.txt{
    font-size:16px;
    line-height:33px;
    font-weight:400;
    color:#444444;
    padding-bottom:0.5em;
   
    
}
section.petrobras a.lnk{
    color:#F58220;
    text-decoration:none;
}

@media only screen and (max-width: 425px) {
    section.petrobras{
        padding:8em 1em 2em;
    }

}