.it-steps{--it-red:#d32027;--it-navy:#1a3a5c;--it-text-muted:#5a6470;--it-border:#e3e6eb;color:#2a2a2a;font-family:inherit;line-height:1.6;margin:0 auto;max-width:600px;padding:48px 24px}.it-steps,.it-steps *,.it-steps :after,.it-steps :before{box-sizing:border-box}.it-step{display:grid;gap:20px;grid-template-columns:56px 1fr;padding-bottom:32px;position:relative}.it-step:last-child{padding-bottom:0}.it-step:not(:last-child):before{background-image:repeating-linear-gradient(to bottom,var(--it-border) 0,var(--it-border) 4px,transparent 4px,transparent 8px);bottom:0;content:"";left:27px;position:absolute;top:56px;width:2px}.it-step__num{align-items:center;background-color:var(--it-red);border-radius:50%;box-shadow:0 4px 12px rgba(211,32,39,.25);color:#fff;display:flex;flex-shrink:0;font-size:22px;font-weight:800;height:56px;justify-content:center;width:56px}.it-step__content{padding-top:0}.it-step__heading{color:var(--it-navy);font-size:20px;font-weight:700;line-height:1.3;margin:12px 0 6px}.it-step__text{color:var(--it-text-muted);font-size:16px;line-height:1.55;margin:0}@media (max-width:600px){.it-steps{padding:32px 16px}.it-step{gap:16px;grid-template-columns:44px 1fr;padding-bottom:24px}.it-step:not(:last-child):before{left:21px;top:44px}.it-step__num{font-size:18px;height:44px;width:44px}.it-step__heading{font-size:17px;margin-top:8px}.it-step__text{font-size:13px}}