/* Restore centering lost when .main-heading moved inside a section */
.services-header .main-heading {
  width: var(--central-width);
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  padding-top: 0;
}

.services-header {
  padding-bottom: 1rem;
}

.services-header ~ #services {
  padding-top: 0;
}
