.scan-steps{display:grid;gap:18px;margin:28px 0;padding:0;list-style:none;counter-reset:scan-step}
.scan-steps li{position:relative;margin:0;padding-left:42px;counter-increment:scan-step}
.scan-steps li::before{content:counter(scan-step);position:absolute;left:0;top:1px;display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:#e7f0f5;color:#245c7b;font-size:12px;font-weight:700}
.scan-steps strong,.scan-steps span{display:block}
.scan-steps strong{line-height:1.35}
.scan-steps span{margin-top:4px;color:#5c6f7f;font-size:14px;line-height:1.45}
