.process-container{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;padding:40px 20px;text-align:center}.process-step{flex:1;flex-direction:column;position:relative}.process-step,.step-number{align-items:center;display:flex}.step-number{background:#006837;border-radius:50%;color:#fff;font-weight:700;height:30px;justify-content:center;margin-bottom:10px;width:30px}.step-icon img{height:100px;margin-bottom:15px;object-fit:contain}.process-step h3{font-size:18px;font-weight:700;margin:10px 0}.step-body{font-size:14px;line-height:1.4;margin-bottom:20px;min-height:60px}.process-cta{background:#006837;border-radius:4px;color:#fff;font-size:14px;font-weight:700;max-width:150px;padding:10px 0;text-decoration:none;text-transform:uppercase;width:100%}.step-arrow{position:absolute;right:-25px;top:50%;transform:translateY(-50%)}@media (max-width:768px){.process-container{align-items:center;flex-direction:column}.step-arrow{margin:20px 0;position:static;transform:rotate(90deg)}}