.services-split-section{display:flex;flex-direction:row;width:100%;max-width:1200px;margin:0 auto;padding:10vh 2rem;gap:4rem;box-sizing:border-box}.services-left-column{flex:1}.sticky-title-wrapper{position:sticky;top:120px;height:-moz-fit-content;height:fit-content}.services-main-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:3rem;font-weight:700;line-height:1.2;color:#212529}.services-right-column{flex:1.2;display:flex;flex-direction:column;gap:2.5rem}.service-card{padding:2rem;border-radius:12px}@media (max-width:800px){.services-split-section{flex-direction:column;padding:5vh 1rem;gap:2rem}.sticky-title-wrapper{position:static;top:auto}.services-main-title{font-size:2.5rem;text-align:center;margin-bottom:2rem}.services-left-column,.services-right-column{flex:none;width:100%}}