.hubs-grid{display:grid;gap:16px;grid-template-columns:repeat(var(--grid-cols,3),1fr)}.hub-card{background:var(--card-bg,#fff);border:1px solid #d1d9e6;overflow:hidden;padding:28px;position:relative;transition:box-shadow .25s,transform .25s}.hub-card:after{background:#f14d4e;bottom:0;content:"";height:3px;left:0;position:absolute;transition:width .3s ease;width:0}.hub-card:hover{box-shadow:0 8px 28px rgba(0,0,0,.08);transform:translateY(-3px)}.hub-card:hover:after{width:100%}.hub-icon{margin-bottom:16px}.hub-icon img{display:block;height:48px;width:48px}.hub-name{color:#30405b;font-size:var(--name-size,16px);font-weight:700;margin-bottom:10px}.hub-desc,.hub-name{font-family:Poppins,sans-serif}.hub-desc{color:#6b7a90;font-size:var(--desc-size,14px);line-height:1.7}.hubs-grid--center-last .hub-card:last-child{grid-column:1/-1;justify-self:center;width:66.5%}@media (max-width:992px){.hubs-grid{grid-template-columns:repeat(var(--grid-cols-tablet,2),1fr)}}@media (max-width:480px){.hubs-grid{grid-template-columns:repeat(var(--grid-cols-mobile,1),1fr)}}