.t-name_xl {
    color: #1e1e1e;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 20px;
    font-family: 'TildaSans';
    text-transform: uppercase;
}

@media screen and (max-width: 640px) {
    .t-name_xl {
        font-size: 44px;
    }
}

@media screen and (max-width: 1200px) {
    .t-name_xl {
        font-size: 32px;
    }
}

@media screen and (min-width: 1200px) {
    .t-name_xl {
        font-size: 33px;
        line-height: 1.35;
    }
}