.cards-grid{position:relative}.cards-grid .swiper-wrapper{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.cards-grid .card-box{border-radius:20px;box-shadow:0 9px 18px 0 rgba(0,0,0,.02);display:flex;flex-direction:column;padding:30px}.cards-grid .card-box .card-icon{margin-bottom:25px}.cards-grid .card-box .card-stat{color:#231f20;font-family:Inter,sans-serif;font-size:3.5rem;font-weight:800;line-height:3rem;margin-bottom:15px}.cards-grid .card-box .card-heading{font-family:Inter,sans-serif;font-size:20px;font-weight:700;line-height:28px;margin-bottom:20px}.cards-grid .card-box .card-description{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:24px;margin-bottom:20px}.cards-grid .card-box .card-button{align-items:center;align-self:flex-start;border-radius:50px;color:#231f20;display:flex;display:inline-flex;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;font-weight:400;gap:5px;gap:10px;line-height:20px;margin-top:auto;padding:12px 40px;text-decoration:none;transition:.4s}.cards-grid .card-box .card-button.dark{background:#231f20;color:#fff}.cards-grid .card-box .card-button.dark svg{fill:#fff}.cards-grid .card-box .card-button.light{background:#fff171;color:#231f20}.cards-grid .card-box .card-button.light svg{fill:#231f20}.cards-grid .card-box .card-button.enable-border{border:1px solid #231f20}.cards-grid .card-box .card-button.enable-bold{font-weight:700}@media screen and (max-width:768px){.cards-grid .card-box .card-stat{margin-bottom:5px}.cards-grid .card-box .card-heading,.cards-grid .card-box .card-icon{margin-bottom:10px}.cards-grid .card-box{border-radius:12px;padding:20px;width:100%}.cards-grid .swiper-wrapper{display:flex;flex-wrap:nowrap;gap:0}}