.process-wrapper{display:grid;gap:20px;grid-template-columns:repeat(5,1fr);text-align:center}.process-step{align-items:start;display:grid;grid-template-rows:auto auto auto auto auto}.process-step .process-number{background-color:#ffad16;color:#fff;font-size:28px;font-weight:700;justify-self:center;margin-bottom:20px;padding:5px 12px}.process-step .process-heading h3{color:#0b2c47;font-size:18px;font-weight:700;margin-bottom:1px}.process-step .process-description p{color:#333;font-size:14px;line-height:1.6;margin-bottom:20px}.process-step .process-line{background:#cfd8dc;height:50px;margin:0 auto 15px;width:2px}.process-step .process-icon{align-items:flex-end;display:flex;height:100px;justify-content:center}.process-step .process-icon img{display:block;max-height:70px;max-width:70px;object-fit:contain}@media (max-width:768px){.process-wrapper{grid-template-columns:1fr;row-gap:63px}.process-step{display:grid;grid-template-rows:auto auto auto 1fr auto;justify-items:center;margin:0 auto;max-width:400px}.process-step .process-number{margin-bottom:20px}.process-step .process-text h3{margin-bottom:8px}.process-step .process-text p{margin-bottom:20px}.process-step .process-line{align-self:stretch;background:#cfd8dc;margin:10px 0;width:2px}.process-step .process-icon{align-items:center;display:flex;height:80px;justify-content:center}.process-step .process-icon img{max-height:60px;max-width:60px;object-fit:contain}.process-step:first-child .process-icon img{margin-left:13px}.process-step:nth-child(2) .process-icon img{margin-right:3px}.process-step:nth-child(3) .process-icon img{margin-left:5px}.process-step:nth-child(4) .process-icon img,.process-step:nth-child(5) .process-icon img{margin-left:9px}}