.sticky-scroll-section{padding:80px 0}.sticky-scroll-container{display:flex;flex-direction:column;gap:40px}.sticky-scroll-left{flex:0 0 auto}.sticky-scroll-heading{font-size:32px;font-weight:500;line-height:1.2;margin:0}.sticky-scroll-right{display:flex;flex-direction:column;gap:64px}.sticky-scroll-item{display:flex;flex-direction:column;gap:16px}.sticky-scroll-image{background-color:#f0f0f0;border-radius:50%;flex-shrink:0;height:64px;overflow:hidden;width:64px}.sticky-scroll-image img{height:100%;object-fit:cover;width:100%}.sticky-scroll-item-heading{font-size:24px;font-weight:500;line-height:1.3;margin:0}.sticky-scroll-item-description,.sticky-scroll-item-description p{font-size:16px;line-height:1.6;margin:0}.sticky-scroll-item-description p:not(:last-child){margin-bottom:1em}@media (min-width:768px){.sticky-scroll-section{padding:120px 0}.sticky-scroll-container{align-items:flex-start;display:grid;gap:150px;grid-template-columns:1fr 1fr}.sticky-scroll-left{flex:0 0 35%;position:sticky;top:120px}.sticky-scroll-heading{font-size:42px}.sticky-scroll-right{flex:1;gap:80px}.sticky-scroll-item{max-width:520px}.sticky-scroll-item-heading{font-size:28px}.sticky-scroll-item-description,.sticky-scroll-item-description p{font-size:16px}}