main{max-width:960px}.steps{list-style:none;counter-reset:steps;padding:0;display:grid;gap:16px}.steps li{counter-increment:steps;position:relative;background:white;border:1px solid #dfe2eb;border-radius:14px;padding:24px;padding-inline-start:76px}.steps li:before{content:counter(steps);position:absolute;inset-inline-start:22px;top:24px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#eeedfa;color:#4b428b;font-weight:750}.steps h2{font-size:20px;margin-bottom:8px}.steps p{margin:0}.reference-images{display:grid;gap:24px;grid-template-columns:1fr 1fr}figure{margin:0}figure img{width:100%;height:auto;border-radius:12px}figcaption{font-size:13px;color:#606579;margin-top:8px}@media(max-width:650px){.reference-images{grid-template-columns:1fr}.steps li{padding:20px;padding-inline-start:64px}.steps li:before{inset-inline-start:16px;top:20px}}