.sticky-scroll-section{display:grid;position:relative;row-gap:1.5rem}@media screen and (min-width:960px){.sticky-scroll-section{align-items:start;column-gap:4rem;grid-template-columns:repeat(2,1fr);justify-content:space-between}.sticky-scroll-section__header{position:sticky;top:calc(100vh - 75%)}.sticky-scroll-section__picture{margin-top:2.5rem}.sticky-scroll-section__image{clip-path:polygon(calc(100% - 6rem) 0,100% 6rem,100% 100%,0 100%,0 0)}.sticky-scroll-section__content-block{margin:0 auto;max-width:30rem}}