h2 {
font-size: 45px!important;
}
h3 {
font-size: 45px!important;
}
@media screen and (max-width: 1024px) {
    .t-menu__link-item {
    font-size: 18px!important;
    }
@media screen and (max-width: 720px) {
    h2 {
    font-size: 34px!important;
    }
    h3 {
    font-size: 34px!important;
    }
}
@media screen and (max-width: 450px) {
    h2 {
    font-size: 24px!important;
    }
    h3 {
    font-size: 24px!important;
    }
}