.service-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.timeline-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.timeline-row article{border-top:4px solid var(--brand-primary);padding:24px;background:#fff;box-shadow:0 8px 24px rgba(6,42,107,.06)}.timeline-row strong{display:inline-grid;align-items:center;justify-items:center;place-items:center;width:34px;height:34px;background:var(--brand-primary);color:#fff;margin-bottom:14px}.guarantee-banner{padding:70px 0;background:var(--brand-primary-dark);color:var(--brand-text-inverse)}.guarantee-banner h2,.guarantee-banner p{color:var(--brand-text-inverse)}.split-form-copy{background:var(--brand-bg-alt)}@media (max-width:991px){.service-grid,.timeline-row{grid-template-columns:1fr}}