h1 {
    width: 100%;
    /*max-width: 960px;*/
    margin: 0 auto 40px;
    padding: 0 16px;
    font-family: "Flama";
    text-align: center;
    line-height: 1.1;
    text-transform: uppercase;
    color:#F77C23;
    font-size: 90px;
}

h1 > span{
  font-weight:200;
  /*font-size: in;*/
  display: block;
  color:#F77C23;

}

h2 {
    width: 100%;
    max-width: calc(550px + 32px);
    margin: 0 auto 64px;
    padding: 0 16px;
    padding-top: 32px;
    font-family: 'Estado Headline';
    font-size: 56px;
    text-align: center;
    line-height: 1.1;
}

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

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