.process{background-color:#f5f8fa;padding:80px 0}.section-title{margin-bottom:50px;text-align:center}.process-steps{display:flex;justify-content:space-between;margin-top:50px;position:relative}.process-steps:before{background-color:#e0e0e0;content:"";height:2px;left:0;position:absolute;top:40px;width:100%;z-index:1}.step{padding-right:10px;position:relative;text-align:center;width:20%;z-index:2}.step-number{align-items:center;background-color:#3a7bd6;border-radius:50%;color:#fff;display:flex;font-size:1.8rem;font-weight:700;height:80px;justify-content:center;margin:0 auto 20px;width:80px}@media (max-width:992px){.process-steps:before{display:none}.step{margin-bottom:40px;width:45%}.process-steps{flex-wrap:wrap}}@media (max-width:768px){.step{width:100%}}