.services-page-header{background:var(--brand-bg-alt);padding-top:96px;padding-bottom:56px}.services-page-header h1{font-size:max(2rem, min(4vw, 3.5rem));max-width:880px}.services-page-header p{max-width:720px;color:var(--brand-text)}.services-simple-list{background:var(--brand-bg)}.services-simple-list article{display:grid;grid-template-columns:72px minmax(0,1fr);grid-gap:26px;gap:26px;padding:32px 0;border-top:1px solid var(--brand-border)}.services-simple-list article:last-child{border-bottom:1px solid var(--brand-border)}.services-simple-list article>span{display:inline-flex;width:56px;height:56px;align-items:center;justify-content:center;background:var(--brand-primary-dark);color:var(--brand-text-inverse);font-weight:700}.services-simple-list h2{font-size:1.45rem;margin-bottom:12px}.services-simple-list p{color:var(--brand-text);margin-bottom:12px}.services-bottom-cta{background:var(--brand-primary-dark);text-align:center}.services-bottom-cta h2,.services-bottom-cta p{color:var(--brand-text-inverse)}.services-bottom-cta p{max-width:680px;margin:0 auto 24px}.services-bottom-cta .ht-btn-solid{background:var(--brand-text-inverse);color:var(--brand-primary-dark)}@media (max-width:575px){.services-simple-list article{grid-template-columns:1fr}}