/* Contacts: compact the first screen only on short desktop and tablet landscapes. */
@media (min-width: 981px) and (max-height: 840px) {
  body.page-id-27623 .page-hero.service-hero {
    padding-top: 42px;
    padding-bottom: 30px;
  }

  body.page-id-27623 .service-hero > .container {
    row-gap: 18px;
    column-gap: 44px;
  }

  body.page-id-27623 .service-hero > .container > p:not(.eyebrow) {
    margin-block: 6px;
    line-height: 1.5;
  }

  body.page-id-27623 .service-hero .hero-actions {
    margin-top: 8px;
  }
}
