/* V100 — lower the right-side intro copy in Services to match approved composition */
#services .services-header .section-copy {
  padding-top: 56px !important;
}

@media (max-width: 1180px) {
  #services .services-header .section-copy {
    padding-top: 0 !important;
  }
}
