
.page-title h1 {
    font-size: 66px; line-height: 1.1
}

.tfr {
    margin-top: 40px;
    margin-bottom: 20px;
}

@media screen and (min-width: 320px) {
    .tfr {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .page-title h1 {
        font-size: 20px;
        line-height: 1.1em;
    }
}

@media screen and (min-width: 375px) {
    .tfr {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .page-title h1 {
        font-size: 27px;
        line-height: 1.1em;
    }
}

@media screen and (min-width: 414px) {
    .tfr {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .page-title h1 {
        font-size: 31px;
        line-height: 1.1em;
    }
}


@media screen and (min-width: 660px) {
    .tfr {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .page-title h1 {
        font-size: 39px;
        line-height: 1.1em;
    }
}

@media screen and (min-width: 768px) {
    .page-title h1 {
        font-size: 47px;
        line-height: 1.1em;
    }
}

@media screen and (min-width: 875px) {
    .page-title h1 {
        font-size: 47px;
        line-height: 1.1em;
    }
}

@media screen and (min-width: 1000px) {
    .page-title h1 {
        font-size: 59px;
        line-height: 1.1em;
    }
}