@media only screen and (max-width: 1200px) {
    h1 {
        font-size: 13rem;
        line-height: 1;
    }
}
@media only screen and (max-width: 992px) {
    h1 {
        font-size: 10.8rem;
        line-height: 1;
    }
}
@media only screen and (max-width: 767px) {
    p {
        line-height: 1.4;
    }
    h1 {
        font-size: 6rem;
        line-height: 1;
    }
    h2 {
        font-size: 2.2em;
        line-height: 1.1;
    }
    h3 {
        font-size: 1.8em;
    }
}
@media only screen and (max-width: 479px) {
    body {
        font-size: 15px;
    }
    h1 {
        font-size: 4rem;
        line-height: 1;
    }
}
@media only screen and (max-width: 359px) {
    h1 {
        font-size: 3.8rem;
        line-height: 1;
    }
}
@media only screen and (max-width: 290px) {
}
