html, body {
    max-width: 100%;
    overflow-x: hidden;
}
* {
    box-sizing: border-box;
}

.headline-section h2 {margin:0 auto;}
.headline-section h3 {text-transform: uppercase; font-weight: 900; letter-spacing: 0.05rem; color:#045ea8 !important; font-size: 150%;}
.headline-section p {margin: 1.5% auto 1%;}
p {font-size: 103%;line-height:1.35;}
@media screen and (max-width: 63.9375em) {
    body .mobile { display:none;}
}