.hubdb_cards{display:grid;gap:12px;grid-template-columns:repeat(4,1fr)}.hubdb_cards__item{background:var(--fifth-color);border-radius:12px;display:flex}.hubdb_cards__item a{align-items:center;display:flex;gap:20px;justify-content:space-between;padding:clamp(16px,3vw,20px) 12px clamp(16px,3vw,20px) clamp(16px,3vw,20px);width:100%}.hubdb_cards__item p{font-weight:var(--display-font-weight)}.hubdb_cards__item svg{border-radius:100%;flex:none;height:auto;max-height:32px;max-width:32px;transition:all .3s ease-in-out;width:32px}.hubdb_cards__item:hover svg{background:var(--first-color)}@media screen and (max-width:1200px){.hubdb_cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:1000px){.hubdb_cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:800px){.hubdb_cards{gap:8px;grid-template-columns:1fr}}