.z-services-hero{position:relative;min-height:560px;background:var(--brand-primary-dark);display:flex;align-items:center;overflow:hidden}.z-services-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.35}.z-services-hero .container{position:relative;max-width:800px}.z-services-hero h1,.z-services-hero p{color:#fff}.z-service-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.z-service-cards article{border-top:5px solid var(--brand-primary);background:var(--brand-bg-alt);padding:32px}.z-service-cards b{color:var(--brand-accent)}.z-process{background:var(--brand-bg-alt)}.z-process ol{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;list-style:none;padding:0}.z-process li{background:#fff;border:1px solid var(--brand-border);padding:24px}.z-guarantee{background:var(--brand-accent);padding:56px 0}.z-guarantee h2,.z-guarantee p{color:var(--brand-primary-dark)}@media (max-width:800px){.z-process ol,.z-service-cards{grid-template-columns:1fr}}