/* Увеличение шрифтов на мобильных устройствах */
@media screen and (max-width: 768px) {
    body, .t-text, .t-descr, .t-name, .t-title, p, li, div:not(.t-menu__link-item) {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }
    
    /* Заголовки чуть крупнее */
    h1, .t-title, .t182__title {
        font-size: 28px !important;
    }
    
    h2, .t-section__title, .t1152__title {
        font-size: 22px !important;
    }
    
    /* Меню на мобильных */
    .t-menu__link-item {
        font-size: 18px !important;
    }
}