.custom-card-group{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.custom-card{border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.06);max-width:400px;padding:2rem 1rem .5rem;text-align:center;transition:all .3s ease-in-out;width:100%}.custom-card .icon-wrapper{align-items:center;border-radius:50%;display:flex;height:117px;justify-content:center;margin:0 auto 1rem;width:117px}.custom-card img{height:74px;width:74px}.custom-card h3{color:#1c1c1e;font-size:1.125rem;font-weight:700;margin:.5rem 0;padding-bottom:30px;padding-left:50px;padding-right:50px}.custom-card .down-arrow{font-size:1.25rem;margin:.5rem 0}.grey-back{background-color:#f5f5f5;border-radius:12px;height:100px;width:100%}.grey-back p{color:#4b4b4e;font-size:.95rem;font-weight:500;padding-left:20px;padding-right:20px;padding-top:30px}.down-arrow img{border:5px solid #fff;border-radius:50%;height:45px;margin-left:-19px;margin-top:-20px;position:absolute;width:45px}@media (max-width:1327px){.custom-card-group{flex-wrap:nowrap;gap:.5rem}}@media (max-width:768px){.custom-card-group{align-items:center;flex-direction:column}.custom-card{max-width:90%}.custom-card-group{gap:1rem}.grey-back p{padding-bottom:30px}}