.service-three{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.service-three article{padding:28px;border:1px solid var(--brand-border);border-radius:var(--radius)}.rb2b-process{background:var(--brand-bg-alt)}.timeline{display:grid;grid-template-columns:repeat(4,1fr);list-style:none;padding:0}.timeline li{padding:24px;border-top:3px solid var(--brand-primary)}.rb2b-guarantee{background:var(--brand-accent);color:var(--brand-text-inverse)}.rb2b-guarantee h2,.rb2b-guarantee p{color:var(--brand-text-inverse)}@media (max-width:767px){.service-three,.timeline{grid-template-columns:1fr}}