.card{flex:1;min-width:280px;background:var(--brand-bg);padding:30px;box-shadow:0 2px 5px rgb(from var(--brand) r g b / 0.12);border-radius:5px;transition:transform 0.2s ease}.card:hover{transform:translateY(-5px)}.card
h3{font-size:24px;margin-bottom:10px}