/* SECTION 1 - TOP SECTION STYLES: INCLUDES ALL SERVICES */

/* The shared base — normalize, fontface, global, site-header, cta, footer —
   is linked by Views/BaseTemplate.cshtml ahead of this file. */

.section-1 {
  padding: 4rem 2.5rem;
  line-height: 1.5;
}

.section--intro {
  max-width: 61rem;
  margin: auto;
}

.section--title {
  line-height: 1.2;
}

.section--description {
  font-size: 1.8rem;
}

@media screen and (min-width: 1280px) {
  .section--intro {
    margin-top: 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}
