@media only screen and (min-width: 64.063em) {
    body h2 {
        font-size: 2.5rem;
    }
    body h3 {
        font-size: 1.3rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.001rem;
    }
}