@media screen and (max-width: 480px) {
    
    /* === ЗАГОЛОВКИ === */
    .t-title,
    .t001__title,
    .t-section__title,
    .t-heading,
    .t-heading_sm,
    .t-heading_md,
    .t-heading_lg,
    .t-card__title,
    .t489__title,
    .t203__title,
    .t1066__heading {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }
    
    /* === ТЕКСТ === */
    .t-descr,
    .t-descr_xs,
    .t-descr_sm,
    .t-descr_md,
    .t-descr_lg,
    .t-text,
    .t-text_md,
    .t-text_sm,
    .t1066__descr,
    .t167__text,
    .t489__descr,
    .t503__descr,
    .t570__descr,
    .t051__text,
    .t001__descr {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
}