.itm-steps{--red:#d32027;--navy:#1a3a5c;--muted:#5a6470;--border:#e3e6eb;--bg:#f7f8fa;background:var(--bg);padding:64px 24px}.itm-steps .in{margin:0 auto;max-width:1100px}.itm-steps .hd{margin-bottom:44px;text-align:center}.itm-steps .hd h2{color:var(--navy);margin:0 0 12px}.itm-steps .hd p{color:var(--muted);margin:0}.itm-steps .row{display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.itm-steps .s{padding:0 8px;position:relative;text-align:center}.itm-steps .s:not(:last-child):after{background:repeating-linear-gradient(to right,var(--border) 0 4px,transparent 4px 8px);content:"";height:2px;position:absolute;right:-12px;top:28px;width:24px}.itm-steps .num{align-items:center;background:var(--red);border-radius:50%;box-shadow:0 4px 12px rgba(211,32,39,.25);color:#fff;display:flex;font-size:1.35rem;font-weight:800;height:56px;justify-content:center;margin:0 auto 16px;width:56px}.itm-steps .s h3{color:var(--navy);font-size:1.2rem;font-weight:700;margin:0 0 6px}.itm-steps .s p{color:var(--muted);margin:0}@media(max-width:780px){.itm-steps .row{gap:28px;grid-template-columns:1fr}.itm-steps .s:not(:last-child):after{display:none}}