.steps{align-items:stretch;display:flex;flex-direction:column;gap:2rem;justify-content:space-between;padding:2rem 0}@media (min-width:1024px){.steps{flex-direction:row;gap:4rem}}.steps__item{align-items:flex-start;flex:1;margin:0 auto;max-width:25rem;padding:1.5em 2em 2em}.steps__item,.steps__number{display:flex;flex-direction:column}.steps__number{align-items:center;margin:.5rem 0 2.5rem;position:relative;width:100%}.steps__number-bar{border-radius:5px;height:8px;width:100%}.steps__number-circle{background:#fff;position:relative;z-index:2}.steps__number-circle,.steps__number-circle-inner{align-items:center;border-radius:50%;display:flex;justify-content:center}.steps__number-circle-inner{background:#999;color:#000;color:#fff;font-weight:700;line-height:1}.steps__pre-title{color:#00b789;font-size:1.1rem;font-weight:700}.steps__title{color:#455a64;font-size:1.4rem;font-weight:700}.steps__pre-title p,.steps__title p{font-weight:700;margin:0}.steps__description{line-height:1.6;margin-top:1.1rem}.steps__description p{margin:0 0 .5em}.steps__buttons{margin-top:1.5rem}