@media screen and (max-width:960px) { /*Мобильная версия*/
.t-redactor__text {
    font-size: 13px;
}
}

@media screen and (min-width:960px) { /*Десктопная версия*/
.t-redactor__text {
    font-size: 14px;
}
}
