.principal {
     background: rgb(142, 200, 218);
     padding: 30px;
}

.itens {
    font-style: italic;
}

.beneficios {
    background: white;
    padding-bottom: 70px;
    font-size: 20px;
}

#imagem {
    width: 100%;
    height: 15%;
    
}

h2 {
    text-align: center;
}

p {
    text-align: center;
    font-size: 20px;
}

ul {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin-right: 15%;
}

.imagembeneficios {
    width: 50%;
    border: solid 2px rgb(19, 48, 129);
    
}

#missao {
    font-size: 20px;
}

em strong {
    color: rgb(216, 44, 116);
}

.titulo {
    font-size: 20px;
    color:rgb(46, 31, 179)    
  }

  header {
    border-bottom: solid 2px rgb(61, 181, 218);
    padding: 20px;
    font-size: 32px;
    color: rgb(245, 11, 214);
  }