/*h1*/
@media screen and (max-width: 1200px) {
    .t-title_xxs {
        font-size: 36px !important;
    }
}

@media screen and (max-width: 640px) {
    .t-title_xxs {
        font-size: 32px!important;
    }
}
/*h2*/
@media screen and (max-width: 1200px) {
    .t-feed__post-popup__text-wrapper h2.t-redactor__h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 640px) {
    .t-feed__post-popup__text-wrapper h2.t-redactor__h2 {
        font-size: 28px;
    }
}