.workflow-steps{box-sizing:border-box;width:100%}.workflow-steps__headline{margin-bottom:10px}.workflow-steps__header{margin-bottom:80px;max-width:640px}.workflow-steps__content{position:relative;width:100%}.workflow-steps__line{height:1px;left:0;position:absolute;right:0;top:18px;z-index:1}.workflow-steps__items{display:flex;gap:20px;justify-content:space-between;position:relative;z-index:2}.workflow-steps__item{align-items:flex-start;display:flex;flex:1;flex-direction:column}.workflow-steps__circle{align-items:center;background-color:#fff;border:1px solid;border-radius:50%;display:flex;font-size:16px;height:36px;justify-content:center;margin-bottom:24px;width:36px}.workflow-steps__info{text-align:left}.workflow-steps__title{margin-bottom:10px}@media (max-width:991px){.workflow-steps__items{flex-wrap:wrap;justify-content:flex-start}.workflow-steps__item{flex:0 0 calc(50% - 20px);margin-bottom:40px}.workflow-steps__line{display:none}}@media (max-width:767px){.workflow-steps__item{flex:0 0 100%}}