/* Только для главной: первый экран немного выше остальных, а колонка с текстом
   шире колонки со снимком. */
.hero-sect{padding:84px 0 60px}
.hero-sect .split{grid-template-columns:1.16fr .84fr}
.hero-sect h1{font-size:46px}
.hero-sect .btns{margin-bottom:16px}

@media (max-width:900px){
  .hero-sect{padding:40px 0 48px}
  .hero-sect .split{grid-template-columns:1fr}
  .hero-sect h1{font-size:34px}
}
