.services-header{padding:128px 0 70px;background:var(--brand-bg-alt);border-bottom:1px solid var(--brand-border)}.services-header h1{max-width:820px;font-size:max(2rem, min(4vw, 3.2rem))}.services-header p{max-width:720px}.services-list{background:#fff}.service-row{display:grid;grid-template-columns:80px minmax(0,1fr);grid-gap:28px;gap:28px;padding:30px 0;border-bottom:1px solid var(--brand-border)}.service-row>span{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--brand-primary-dark);color:#fff;font-weight:700;grid-row:1}.service-row h2,.service-row p{grid-column:2}.services-cta h2,.services-cta p{color:#fff}@media (max-width:575px){.service-row{grid-template-columns:1fr}.service-row h2,.service-row p{grid-column:1}}