@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");.hub-cards-section{background-color:#f9f9f9;font-family:Poppins,sans-serif;padding:80px 20px}.hub-cards-container{display:grid;gap:32px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1200px}.hub-card-item{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:hsla(0,0%,100%,.7);border:1px solid rgba(80,57,206,.1);border-radius:24px;padding:40px;transition:all .4s ease}.hub-card-item:hover{background:#fff;border-color:#f302c1;box-shadow:0 20px 40px rgba(80,57,206,.1);transform:translateY(-8px)}.hub-card-icon-box{align-items:center;background-color:rgba(80,57,206,.15);border-radius:50%;display:flex;height:60px;justify-content:center;margin-bottom:24px;width:60px}.hub-card-icon-box svg{fill:#5039ce;height:28px;width:28px}.hub-card-title{color:#1a153a;font-size:20px;font-weight:700;margin-bottom:12px}.hub-card-text{color:#5b557c;font-size:15px;line-height:1.6}@media (max-width:768px){.hub-cards-container{grid-template-columns:1fr}.hub-card-item{padding:30px}}