:root{--circle-size:36px;--spacing:.25rem}.c-stepper{display:flex}.c-stepper__item{text-align:center;flex-direction:column;flex:1;display:flex}.c-stepper__item:not(:last-child):after{content:"";top:calc(var(--circle-size)/2);width:calc(100% - var(--circle-size) - calc(var(--spacing)*2));left:calc(50% + calc(var(--circle-size)/2 + var(--spacing)));height:4px;background-color:#e0e0e0;order:-1;position:relative}.c-stepper__icon-wrapper{width:36px;height:36px;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.c-stepper__title{margin-bottom:.5rem;font-size:clamp(1rem,4vw,1.25rem);font-weight:700}