.container { align-items: center; background-color: var(--Scandic-Brand-Pale-Peach); border-radius: var(--Corner-radius-Medium); display: flex; gap: var(--Spacing-x9); flex-direction: column; margin-bottom: var(--Spacing-x-half); min-height: 250px; justify-content: end; overflow: hidden; } .burgundyTitle { color: var(--Scandic-Brand-Burgundy); display: block; text-align: center; } .link { display: flex; justify-content: center; align-items: center; width: 100%; background-color: var(--Base-Surface-Primary-Normal); padding: var(--Spacing-x-one-and-half) var(--Spacing-x0); }