.services-cards{background:#fff}.service-card-grid article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:28px;background:var(--brand-neutral-light)}.service-card-grid span{display:inline-grid;align-items:center;justify-items:center;place-items:center;width:48px;height:48px;background:var(--brand-primary);color:#fff;border-radius:var(--brand-radius);font-weight:800;margin-bottom:18px}.services-process{background:var(--brand-bg-alt)}.process-timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.process-timeline article{background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:24px;position:relative}.process-timeline b{display:inline-grid;align-items:center;justify-items:center;place-items:center;width:42px;height:42px;background:var(--brand-secondary);color:#fff;border-radius:50%;margin-bottom:16px}.services-guarantee .container{display:grid;grid-template-columns:0.8fr 1fr;grid-gap:40px;gap:40px;align-items:center}@media (max-width:991px){.process-timeline{grid-template-columns:repeat(2,minmax(0,1fr))}.services-guarantee .container{grid-template-columns:1fr}}@media (max-width:575px){.process-timeline{grid-template-columns:1fr}}