.steps-container{counter-reset:step-counter;position:relative;margin:2rem 0;padding:0}.step-item{position:relative;padding-left:3.25rem;padding-bottom:2rem}.step-item:last-child{padding-bottom:0}.step-item::before{counter-increment:step-counter;content:counter(step-counter);position:absolute;left:0;top:0;width:2rem;height:2rem;border-radius:50%;border:2px solid #cbd5e1;background-color:#fff;color:#334155;font-weight:600;font-size:.875rem;display:flex;align-items:center;justify-content:center;box-sizing:border-box;z-index:2}.step-item::after{content:"";position:absolute;left:calc(1rem - 1px);top:2.5rem;bottom:.5rem;width:2px;background-color:#e2e8f0;z-index:1}.step-item:last-child::after{display:none}.step-title{margin:0 0 .5rem;line-height:2rem;font-size:1.125rem}.step-content{color:#475569}.step-content p:last-child{margin-bottom:0}