h1 {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 40px;
    padding: 0 16px;
    font-family: 'Estado Headline';
    font-size: 70px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
    color: #FFFFFF;
    letter-spacing: .3rem;
}

h2 {
    width: 100%;
    /*max-width: calc(550px + 32px);*/
    margin: 5rem auto 3rem auto;
    padding: 6rem 2rem 0rem 2rem;
    font-family: 'Estado Headline';
    font-size: 4.5rem;
    text-align: center;
    line-height: 1.1;
    color: #444444;
}

@media (max-width: 720px) {
    h1 {
        font-size: 57.6px;
    }
    h2 {
        font-size: 3rem;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 46.08px;
    }
    h2 {
        font-size: 35.84px;
    }
}
