.process-wrapper{align-items:flex-start;display:flex;flex-wrap:nowrap;gap:1.5rem;justify-content:center;padding:3rem 0}.process-card{border-radius:12px;cursor:pointer;transition:all .4s ease}.card-content{padding:5px 10px}.card-header{align-items:center;display:flex;gap:5px;justify-content:start;margin-top:5px;transition:opacity .3s ease}.card-header h3{color:#fff;font-size:18px;margin-bottom:0}.card-body{color:#fff;margin-top:.5rem;max-height:400px;opacity:1;overflow:hidden;padding:0 15px;text-align:start;transition:all .4s ease}.card-body p{color:#fff}.arrow-wrapper{align-items:center;display:flex;flex-shrink:0;height:40px;justify-content:center;margin-top:10px;width:40px}.arrow-wrapper img{height:40px!important;width:40px!important}@media (max-width:768px){.process-wrapper{align-items:center;flex-direction:column}.arrow-wrapper{margin:.5rem 0;transform:rotate(90deg)}}