.steps__list{gap:var(--space-5);grid-template-columns:1fr;margin:0;padding:0;list-style:none;display:grid;position:relative}@media screen and (width>=1024px){.steps__list{grid-template-columns:repeat(4,1fr)}}.steps__item{align-items:flex-start;gap:var(--space-4);display:flex;position:relative}.steps__item:before{content:"";top:48px;left:21px;bottom:calc(-1 * var(--space-5));background:var(--border);width:2px;position:absolute}.steps__item:last-child:before{display:none}@media screen and (width>=1024px){.steps__item{flex-direction:column}.steps__item:before{left:52px;right:calc(-1 * var(--space-5) + 8px);width:auto;height:2px;top:21px;bottom:auto}}.steps__num{background:var(--accent);color:#fff;font-variant-numeric:tabular-nums;border-radius:999px;flex-shrink:0;place-items:center;width:44px;height:44px;font-family:Gabarito,Figtree,system-ui,sans-serif;font-weight:600;display:grid}.steps__title{font-family:Gabarito,Figtree,system-ui,sans-serif;font-weight:600;font-size:var(--text-h4);line-height:var(--lh-h4);color:var(--primary);display:block}.steps__text{color:var(--text-muted);font-size:var(--text-small);line-height:var(--lh-small);margin:4px 0 0}
