.promotion-card{scroll-margin-top:calc(var(--navbar-height) + 76px);position:relative;display:flex;flex-direction:row;gap:16px;align-items:center;width:100%}.promotion-card-image{border-radius:8px 8px 24px;aspect-ratio:128/72;max-width:129px;max-height:72px;width:100%;height:100%;overflow:hidden}.promotion-card-content{flex:1;display:flex;flex-direction:column;justify-content:center;gap:8px}.promotion-card-text{transition:color .3s ease}.promotion-card:hover .promotion-card-text{color:var(--text-brand-hover)}@media only screen and (min-width: 1024px){.promotion-card{max-width:789px;gap:24px}.promotion-card-image{border-radius:var(--page-corner-radius) var(--page-corner-radius) var(--rounded-xl) var(--page-corner-radius);aspect-ratio:288/162;max-width:288px;max-height:162px}.promotion-card-content{gap:16px}}
