@media screen and (max-width: 1200px) {
    .t-title_xxl {
        font-size:65px;
    }
}
@media screen and (max-width: 640px) {
    .t182__title > div {
       font-size:30px !important; 
    }
    .t-title_xxl {
        font-size:30px;
    }
}