.sticky-features{display:grid;gap:100px;grid-template-columns:2fr 1.5fr;position:relative}.sticky-features__section{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.sticky-features__image{display:none}.sticky-features__sticky-image{height:100vh;position:sticky;top:0;width:100%}.sticky-features__image img,.sticky-features__sticky-image img{max-height:100vh;max-width:100%}.sticky-features__sticky-image__image{left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%)}.sticky-features__sticky-image__image-active{opacity:1}@media screen and (min-width:1000px){.sticky-features__section{padding:100px 0}}@media screen and (max-width:1000px){.sticky-features{grid-template-columns:1fr}.sticky-features__sections{display:flex;flex-direction:column;gap:80px;overflow:scroll}.sticky-features__section{gap:50px;min-height:auto}.sticky-features__image{display:block}.sticky-features__sticky-image{display:none}}