.wrapper { display: flex; flex-direction: column; } .description { display: flex; align-items: center; gap: var(--Space-x05); margin-top: var(--Space-x1); font-size: var(--Body-Supporting-text-Size); font-family: var(--Body-Supporting-text-Font-family); font-style: normal; font-weight: var(--Body-Supporting-text-Font-weight); letter-spacing: var(--Body-Supporting-text-Letter-spacing); }