/* Увеличение шрифта — без p и td чтобы не ломать узкие колонки */
.hsub, .st, .stit, .stxt, .fnote, .opn, .ba-zone, .prt-sub { font-size: 16px !important; line-height: 1.6 !important; }

@media (max-width: 768px) {
  /* Шаги — 1 колонка */
  .steps { grid-template-columns: 1fr !important; }
  .step { width: 100% !important; box-sizing: border-box !important; }

  /* Статистика — 1 колонка, чтобы текст не плыл */
  .trust-inner { grid-template-columns: 1fr !important; }
  .trust-item { width: 100% !important; }

  /* Фото основателя — полная высота */
  .abg img { height: auto !important; width: 100% !important; object-fit: unset !important; }
  .abg { height: auto !important; }
  .ab-inner { height: auto !important; }
}