.src-content ul,.src-content ol{padding-left:22px;color:#31455d}.src-content li{margin:7px 0}.src-steps{counter-reset:steps;display:grid;gap:12px;margin:20px 0}.src-step{counter-increment:steps;display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start;background:#fff;border:1px solid var(--line);padding:16px;border-radius:14px}.src-step:before{content:counter(steps);display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--navy);color:var(--lime);font-weight:800}.src-step h3{margin:0 0 4px}.src-step p{margin:0;font-size:14px}.src-reveal.is-visible{opacity:1;transform:none}