.workflow-section .workflow-container{padding:60px 0;position:relative;text-align:center}.workflow-section .workflow-container:before{background:#e0e0e0;content:"";height:2px;left:12.5%;position:absolute;right:12.5%;top:78px;z-index:1}.workflow-section .step-item{display:block;margin-bottom:30px;text-decoration:none;z-index:2}.workflow-section .step-circle{align-items:center;background-color:#fff;border:3px solid #fd9402;border-radius:50%;color:#034591;display:flex;font-weight:800;height:40px;justify-content:center;margin:0 auto 30px;position:relative;transition:all .3s ease;width:40px;z-index:3}.workflow-section .step-title{color:#034591;font-size:1.3rem;font-weight:700;letter-spacing:1px;margin-bottom:10px;text-transform:uppercase}.workflow-section .step-description{font-size:17px;line-height:25px;margin:0}.workflow-section .step-content{padding:0 10px}.workflow-section .step-item:hover .step-circle{background-color:#fd9402;color:#fff;transform:scale(1.2)}@media (max-width:1024px){.workflow-section .workflow-container{padding:20px 0}.workflow-section .workflow-container:before{display:none}}