.custom-card-wrapper{align-items:stretch;flex-wrap:wrap;font-family:Inter,sans-serif;gap:55px;justify-content:center;padding:50px 5%}.custom-card,.custom-card-wrapper{box-sizing:border-box;display:flex}.custom-card{border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05);cursor:default;flex:1 1 280px;flex-direction:column;justify-content:flex-start;max-width:320px;min-width:240px;padding:36px 26px;text-align:left;transition:all .3s ease}.custom-card:hover{background-color:var(--hover-bg)!important;transform:scale(1.03)}.card-icon{display:block;flex-shrink:0;margin-bottom:-10px;width:120px}.card-text{color:#000;flex-grow:1;font-size:26px;line-height:1.45;max-width:100%;word-break:break-word}@media (max-width:1024px){.custom-card-wrapper{gap:32px}.custom-card{max-width:45%}}@media (max-width:768px){.custom-card-wrapper{align-items:center;flex-direction:column;gap:24px;padding:30px 20px}.custom-card{max-width:100%;width:100%}.card-icon{margin-bottom:10px;width:80px}.card-text{font-size:22px}}@media (max-width:599px){.custom-card-wrapper{align-items:center;flex-direction:column;gap:20px;padding:30px 20px}.custom-card{align-items:center;flex-direction:row;justify-content:flex-start;max-width:100%;padding:26px 24px;width:100%}.card-icon{margin:0 24px 0 0;max-width:100px;width:100px}.card-text{flex-grow:1;font-size:26px;font-weight:700;line-height:1.5;text-align:left}}