/* TÍTULO CENTRALIZADO E MAIOR */
h1 {
text-align: center !important;
font-size: 2.8em !important;
line-height: 1.25;
font-weight: 600;
margin-bottom: 25px;
}
/* BLOCO DE ALINHAMENTO DE EXPECTATIVA */
.expectation {
text-align: center;
font-size: 1.15em;
line-height: 1.7;
margin: 40px 0;
padding: 20px;
background-color: rgba(0,0,0,0.03);
border-radius: 6px;
}