.b-steps{display:flex;flex-direction:column;-moz-column-gap:1rem;column-gap:1rem;row-gap:2.5rem}@media(max-width: 1200px){.b-steps{flex-direction:row;justify-content:center;row-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem}}.b-steps__item{position:relative;justify-content:center;align-items:center;display:flex;flex:1 1 auto;text-align:center;border-left:2px dashed var(--color-primary);max-width:10rem;padding-block:var(--spacing--md);padding-inline:var(--spacing--sm)}@media(max-width: 1200px){.b-steps__item{min-height:7rem}}.b-steps__item::after{content:"";height:3rem;width:1px;border-right:2px dashed var(--color-primary);position:absolute}.b-steps__title{font-size:var(--fz-18);font-weight:700}@media(max-width: 1200px){.b-steps__title{font-size:var(--fz-16)}}.b-steps__number{background-color:var(--color-primary);color:var(--color-white);font-weight:700;font-size:var(--fz-14);width:2rem;height:2rem;border-radius:50px;display:flex;justify-content:center;align-items:center;line-height:1}.b-steps__row{display:flex;justify-content:flex-start;gap:2rem}@media(max-width: 1200px){.b-steps__row{flex-direction:column}}.b-steps__row--top .b-steps__item{border-top:2px dashed var(--color-primary)}.b-steps__row--top .b-steps__item::after{top:0;right:0}.b-steps__row--top .b-steps__item .b-steps__number{position:absolute;bottom:0;left:0;transform:translate(-50%, 50%)}.b-steps__row--bottom{margin:0 4rem}@media(max-width: 1200px){.b-steps__row--bottom{margin:4rem 0}}.b-steps__row--bottom .b-steps__item{border-bottom:2px dashed var(--color-primary)}.b-steps__row--bottom .b-steps__item::after{bottom:0;right:0}.b-steps__row--bottom .b-steps__item .b-steps__number{position:absolute;top:0;left:0;transform:translate(-50%, -50%)}

/*# sourceMappingURL=block-steps-style.min.css.map*/