h1 {
    margin: 0 auto;
    font-family: 'Estado Headline';
    font-size: 80px;
    text-align: center;
    line-height:7.5rem;
    color: #222222;
    font-weight: 800;
}

h1 > span {
  font-size: 80px;
  font-weight: 100;
}

h2 {
    width: 100%;
    max-width: calc(550px + 32px);
    margin: 0 auto 64px;
    padding: 0 16px;
    padding-top: 32px;
    font-family: 'Estado Headline';
    font-size: 32px;
    text-align: center;
    line-height: 1.1;
    text-transform: uppercase;
}
h3 {
    width: 100%;
    max-width: calc(550px + 32px);
    margin: 0 auto 64px;
    padding: 0 16px;
    padding-top: 32px;
    font-family: "Flama";
    font-size: 22px;
    text-align: center;
    line-height: 1.1;
}
.inside-title{
  color:#FFFFFF;
  font-size: 6rem;
  font-weight: 300;
  max-width: 500px;
  line-height: 6rem;
}

@media (max-width: 720px) {
    h1 {
        font-size: 67.6px;
        line-height: 7rem;
    }
    h2 {
        font-size: 44.8px;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 46.08px;
        line-height: 4.5rem;
        margin-top: 10rem;
    }
    h2 {
        font-size: 35.84px;
    }
    h1 > span {
      font-size: 60px;
      font-weight: 100;
    }
}
