section.workflow .workflow-main{display:-webkit-box;display:-ms-flexbox;display:flex}section.workflow .workflow-main .workflow-main-icon{width:280px;position:relative}section.workflow .workflow-main .workflow-main-icon img{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}section.workflow .workflow-main .workflow-arrows{width:170px;position:relative}section.workflow .workflow-main .workflow-arrows:before{content:"";position:absolute;top:50%;left:15%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:35%;height:1px;background:#000}section.workflow .workflow-main .workflow-arrows:after{content:"";position:absolute;width:1px;height:calc(100% - 185px);top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#000}section.workflow .workflow-main .workflow-arrows .workflow-arrow-spacer{height:185px;margin-bottom:30px;position:relative}section.workflow .workflow-main .workflow-arrows .workflow-arrow-spacer:last-child{margin-bottom:0}section.workflow .workflow-main .workflow-arrows .workflow-arrow-spacer .workflow-arrow{position:absolute;width:35%;height:1px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:50%;background:#000}section.workflow .workflow-main .workflow-arrows .workflow-arrow-spacer .workflow-arrow:after{content:"";position:absolute;width:0;height:0;border-top:8px solid rgba(0,0,0,0);border-bottom:8px solid rgba(0,0,0,0);border-left:12px solid #000;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:-10px}section.workflow .workflow-main .workflow-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc(100% - 450px)}section.workflow .workflow-main .workflow-items .workflow-item{height:185px;display:-webkit-box;display:-ms-flexbox;display:flex;border-top:4px solid #000;margin-bottom:30px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}section.workflow .workflow-main .workflow-items .workflow-item:last-child{margin-bottom:0}section.workflow .workflow-main .workflow-items .workflow-item .workflow-item-icon{width:225px;border:1px solid #dee2e6}section.workflow .workflow-main .workflow-items .workflow-item .workflow-item-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}section.workflow .workflow-main .workflow-items .workflow-item .workflow-item-content{width:calc(100% - 225px);padding:0 45px;background:#e8e8e8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}section.workflow .workflow-main .workflow-items .workflow-item .workflow-item-content h3{margin-bottom:10px}section.workflow .workflow-main .workflow-items .workflow-item .workflow-item-content p{margin-bottom:0}@media(max-width:1199.98px){section.workflow .workflow-main .workflow-main-icon{display:none}section.workflow .workflow-main .workflow-arrows{display:none}section.workflow .workflow-main .workflow-items{width:100%}section.workflow .workflow-main .workflow-items .workflow-item{height:auto}section.workflow .workflow-main .workflow-items .workflow-item .workflow-item-icon{width:150px}section.workflow .workflow-main .workflow-items .workflow-item .workflow-item-content{width:calc(100% - 150px);padding:30px}}