/* Services page: short hero, centred text column, form hidden on mobile */
.page-services .page-hero { height: 392px; }
.page-services .split__text { padding-top: 173px; }
.page-services .split__text p { margin-bottom: 24px; }
@media (max-width: 1024px) {
  .page-services .page-hero { height: auto; min-height: 135px; padding: 40px 16px; }
  .page-services .page-hero h1 { margin-bottom: 0; }
  .page-services .split { padding: 50px 20px 80px; }
  .page-services .split__text { padding-top: 0; }
  .page-services .split__text h2 { font-size: 25px; line-height: 30px; margin-bottom: 24px; }
  .page-services .split__form { display: none; }
}
