/*БЛОК НОВОСТИ*/

/*Размер текста в посте новости*/
.t-text_md {
    font-size: 16px !important;
    color: #17171a;
    font-weight: 400;
    line-height: 1.55;
}
/*Размер текста в заголовке новости*/
.t-title_xxs {
    font-size: 32px;
    color: #17171a;
    font-weight: 600;
    line-height: 1.23;
}
/*При ширине экрана меньше 480px*/
@media screen and (max-width: 480px){
.t-text_md {
    font-size: 14px !important;
    color: #17171a;
    font-weight: 400;
    line-height: 1.55;
}
.t-title_xxs {
    font-size: 24px;
    color: #17171a;
    font-weight: 600;
    line-height: 1.23;
}    
}