.process-flow .process-wrapper{align-items:flex-start;display:flex;flex-wrap:wrap;gap:25px;justify-content:space-between}.process-flow .process-item{flex:1;position:relative;text-align:center}.process-flow .circle{align-items:center;background:#fff;border:2px solid #32c84a;border-radius:50%;display:flex;height:110px;justify-content:center;margin:auto;position:relative;width:110px}.process-flow .process-item.active .circle{background:#081b4b;border-color:#081b4b}.process-flow .icon svg{height:60px;width:60px}.process-flow .step-number{align-items:center;background:#32c84a;border-radius:50%;color:#fff;display:flex;font-size:15px;font-weight:700;height:34px;justify-content:center;left:-5px;position:absolute;top:-10px;width:34px}.process-flow .process-item h4{color:#081b4b;font-size:24px;font-weight:700;margin-bottom:10px;margin-top:18px}.process-flow .process-item p{color:#222;line-height:1.5;margin-top:10px}.process-flow .connector{align-items:center;display:flex;flex:0 0 70px;justify-content:center;margin-top:52px}.process-flow .connector span{background:#bfc3cc;height:2px;position:relative;width:100%}.process-flow .connector span:after{border-right:2px solid #32c84a;border-top:2px solid #32c84a;content:"";height:12px;position:absolute;right:-1px;top:50%;transform:translateY(-50%) rotate(45deg);width:12px}@media(max-width:991px){.process-flow .process-wrapper{flex-direction:column}.process-flow .connector{display:none}.process-flow .process-item{margin-bottom:50px}.process-flow .process-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:40px 30px;justify-content:center}.process-flow .process-item{flex:0 0 calc(50% - 15px);max-width:calc(50% - 15px)}.process-flow .connector{display:none}}@media (max-width:767px){.process-flow .process-wrapper{align-items:center;display:flex;flex-direction:column;gap:40px}.process-flow .process-item{flex:none;max-width:350px;width:100%}.process-flow .circle{margin:0 auto 20px}.process-flow .connector{display:none}}