.services-page-wrap { background: #fff; color: #3b3d46; }
.services-hero { padding: 82px 0 58px; background: #f6f7f8; border-bottom: 1px solid #e8e9eb; }
.services-hero-copy { max-width: 960px; }
.services-hero h1 { margin-bottom: 22px; color: #141620; font-size: 46px; line-height: 1.12; font-weight: 700; }
.services-hero p, .services-content p, .services-projects-cta p, .services-quote-cta p { font-size: 17px; line-height: 1.78; }
.services-lead { color: #292b33; }
.services-hero .read_more { margin-top: 25px; width: auto; max-width: none; padding-left: 28px; padding-right: 28px; }
.services-content { padding: 28px 0 35px; }
.service-section { max-width: 960px; padding: 42px 0; border-bottom: 1px solid #ececef; }
.service-section:last-child { border-bottom: 0; }
.service-section h2, .services-projects-cta h2, .services-quote-cta h2 { margin-bottom: 16px; color: #141620; font-size: 32px; line-height: 1.2; font-weight: 700; }
.service-section p { margin-bottom: 14px; }
.services-deliverables { display: flex; gap: 55px; margin: 20px 0 24px; }
.services-deliverables ul { flex: 1; margin: 0; padding-left: 22px; }
.services-deliverables li { padding: 5px 0; font-size: 16px; line-height: 1.55; }
.services-projects-cta { padding: 58px 0 62px; background: #f6f7f8; }
.services-projects-cta p, .services-quote-cta p { max-width: 850px; margin: 0 auto; }
.services-projects-cta .read_more, .services-quote-cta .read_more { margin: 25px auto 0; width: auto; max-width: none; padding-left: 28px; padding-right: 28px; white-space: nowrap; }
.services-quote-cta { padding: 62px 0 72px; }
@media (max-width: 767px) {
  .services-hero { padding: 52px 0 42px; }
  .services-hero h1 { font-size: 34px; }
  .services-hero p, .services-content p, .services-projects-cta p, .services-quote-cta p { font-size: 16px; }
  .service-section { padding: 32px 0; }
  .service-section h2, .services-projects-cta h2, .services-quote-cta h2 { font-size: 27px; }
  .services-deliverables { display: block; margin-top: 14px; }
  .services-deliverables ul { margin-bottom: 0; }
}
