.services-header{background:linear-gradient(135deg,var(--brand-bg) 0,var(--brand-bg-alt) 100%)}.services-header .container{max-width:900px}.services-header h1{font-size:max(2rem, min(4vw, 3.5rem))}.service-rows{display:grid;grid-gap:0;gap:0;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg)}.service-rows article{display:grid;grid-template-columns:84px minmax(0,1fr);grid-gap:24px;gap:24px;padding:30px;border-bottom:1px solid var(--brand-border)}.service-rows article:last-child{border-bottom:0}.service-rows span{width:64px;height:64px;display:grid;align-items:center;justify-items:center;place-items:center;background:var(--brand-primary-dark);color:var(--brand-text-inverse);border-radius:var(--brand-radius);font-weight:700}.service-rows h2{font-size:1.45rem;margin-bottom:10px}.services-cta{background:var(--brand-primary-dark)}@media (max-width:575.98px){.service-rows article{grid-template-columns:1fr}}