/*Размер текста в новостях*/

@media screen and (max-width:640px){
    /*Заголовок*/
.t-feed__post-popup__title {  
        font-size: 18px !important;
    }
    /*Основной текст*/
.t-redactor__text {
    font-size: 14px !important;
}
}

 