.process-steps{display:flex;gap:24px}@media screen and (max-width:767px){.process-steps{flex-direction:column;margin-left:auto;margin-right:auto;max-width:250px}}.process-steps .step{align-items:center;display:flex;flex:1;flex-direction:column;position:relative}.process-steps .step:not(:last-child):after{background:#eaecf0;content:"";display:block;height:1px;position:absolute;transform:translate(56%,20px);width:100%;z-index:-1}@media screen and (max-width:767px){.process-steps .step:not(:last-child):after{height:100%;transform:translate(20px,80%);width:1px}}@media screen and (max-width:767px){.process-steps .step{flex-direction:row}.process-steps .step p{margin-left:16px;margin-top:0}}.process-steps .icon-wrap{align-items:center;background:#fff;border:1px solid #eaecf0;border-radius:8px;box-shadow:0 1px 2px rgba(16,24,40,.05);display:flex;height:40px;justify-content:center;width:40px}.process-steps img{height:20px;width:20px}