/* corpo */
#corpo{display: flex; flex-direction: column; justify-content: center;}

/* icone */
#icone{display: flex; justify-content: center; margin-bottom: 50px;}
    #icone section{display: flex;}
    #icone section article{display: flex; flex-direction: column; align-items: center;}
    #icone section article img{width: 4rem; height: 4rem; margin-bottom: 10px;}
    #icone section article a{color: #000; background-color: #035263; padding: 7px 15px; border-radius: 5px;
        margin: 0 10px; color: #fff; text-align: center;}
    #icone section article a:hover{background-color: #00B2A8; text-decoration: none;}

/* texto*/
#texto{display: flex; justify-content: space-between;}
    #texto div{padding: 0 2px; margin: 0 15px;}
    #texto div.first p{text-align: justify;}
    #texto div.last{width: 90rem;}
    #texto div.last ul{padding-left: 18px;}
    #texto h1, h2{font-size: 26px;}

@media (max-width: 1050px){
    #texto{flex-wrap: wrap;}
    #texto div.last{margin-top: 15px; display: flex; flex-direction: column;}
}

