.sticky-list{padding-block:var(--module-spacing-xl)}.sticky-list__wrapper{align-items:flex-start;display:grid;flex-direction:column;gap:48px;justify-content:space-between}.sticky-list__content{display:flex;flex-direction:column;gap:24px}.sticky-list__items{display:flex;flex-direction:column;gap:32px;list-style:none;padding:0}.sticky-list__item{border-bottom:1px solid var(--color-navy);display:flex;flex-direction:column;gap:16px;padding-bottom:32px}@media screen and (min-width:768px){.sticky-list__wrapper{gap:144px;grid-template-columns:minmax(auto,528px) minmax(auto,640px)}.sticky-list__content{position:-webkit-sticky;position:sticky;top:118px}}