/* Подзаголовки в статье */
.t-redactor__h2{
  font-size: 24px;      /* было заметно крупнее — уменьшили */
  line-height: 1.3;
  margin-top: 40px;     /* отступ перед заголовком */
  margin-bottom: 14px;
}
.t-redactor__h3{
  font-size: 19px;
  margin-top: 30px;
  margin-bottom: 10px;
}
/* Основной текст статьи — 16px */
.t-redactor__text{
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 640px){
  .t-redactor__h2{ font-size: 20px; margin-top: 32px; }
  .t-redactor__h3{ font-size: 17px; }
  .t-redactor__text{ font-size: 15px; }
}
/* Цитаты в статье — 16px */
.t-redactor__quote{
  font-size: 16px;
  line-height: 1.7;
}
