.card { background-color: var(--Surface-Brand-Primary-3-Default); border-radius: var(--Corner-radius-lg); padding: var(--Space-x3) var(--Space-x2); position: relative; min-height: 200px; display: flex; flex-direction: column; justify-content: space-between; } .membershipHeader { display: flex; align-items: center; gap: var(--Space-x1); margin-bottom: var(--Space-x05); } .levelText, .sasBoostText, .pointsLabel { color: var(--Text-Brand-OnPrimary-3-Heading); } .levelText { text-transform: uppercase; } .divider { margin: var(--Space-x4) 0; } .pointsValue { color: var(--Text-Brand-OnPrimary-3-Accent); } @media screen and (min-width: 1367px) { .card { padding: var(--Space-x3) var(--Space-x4); } }