.service-section-wrapper{width:100%;position:relative}@media screen and (max-width:767px){.service-section-wrapper{height:auto}}.service-section__sticky-container{position:sticky;top:0;width:100%;height:100vh;display:flex;flex-direction:column;padding:60px 40px}@media screen and (max-width:1280px){.service-section__sticky-container{padding:40px 20px}}@media screen and (max-width:767px){.service-section__sticky-container{position:relative;height:auto;padding:40px 20px}}.service-section__divider{height:120px;display:flex;align-items:center;justify-content:center;font-size:35px;font-weight:700;text-align:center;color:#fff;flex-shrink:0}@media screen and (max-width:767px){.service-section__divider{height:80px;font-size:18px}}.service-section__scroll-container{flex:1 1;overflow:hidden;border-radius:10px;background-color:#23272a;padding:40px}@media screen and (max-width:1280px){.service-section__scroll-container{padding:30px}}@media screen and (max-width:767px){.service-section__scroll-container{overflow:visible;padding:20px}}.service-section__spacer{width:100%;pointer-events:none}@media screen and (max-width:767px){.service-section__spacer{display:none}}.service-section{display:flex;flex-direction:column;gap:30px}@media screen and (max-width:767px){.service-section{gap:0}}.service-section__item{display:grid;grid-template-columns:1fr 1fr;width:100%;justify-content:space-between;justify-items:center;align-items:center}@media screen and (max-width:767px){.service-section__item{display:flex;flex-direction:column;min-height:auto;height:auto}}.service-section__content{display:flex;flex-direction:column;justify-content:space-between;padding:80px 60px;background-color:#23272a;color:#fff;gap:30px}@media screen and (max-width:1280px){.service-section__content{padding:60px 40px;gap:25px}}@media screen and (max-width:767px){.service-section__content{padding:40px 20px;gap:20px}}.service-section__header{display:flex;flex-direction:column;gap:8px}.service-section__subtitle{font-size:25px;font-weight:700;text-transform:uppercase;line-height:1.3;border-left:1px solid #fff;padding-left:16px}@media screen and (max-width:1280px){.service-section__subtitle{font-size:30px}}@media screen and (max-width:767px){.service-section__subtitle{font-size:16px}}.service-section__paragraph{font-size:20px;line-height:1.6;color:hsla(0,0%,100%,.9)}@media screen and (max-width:1280px){.service-section__paragraph{font-size:20px}}@media screen and (max-width:767px){.service-section__paragraph{font-size:14px;line-height:1.5}}.service-section__advantages-container{display:flex;flex-direction:column;font-size:22px}@media screen and (max-width:1280px){.service-section__advantages-container{font-size:20px}}@media screen and (max-width:767px){.service-section__advantages-container{font-size:14px;gap:8px}}.service-section__advantages-label{font-weight:500;margin-bottom:4px}.service-section__advantage{color:#60eed2;text-transform:uppercase;font-weight:700;font-style:italic;font-size:22px}@media screen and (max-width:1280px){.service-section__advantage{font-size:20px}}@media screen and (max-width:767px){.service-section__advantage{font-size:14px}}.service-section__button{margin-top:10px;font-size:22px}@media screen and (min-width:767px){.service-section__button{font-size:20px}}@media screen and (max-width:767px){.service-section__button{font-size:14px;align-self:center}}.service-section__image-container{position:relative;width:550px;height:650px;overflow:hidden;border-radius:10px}@media screen and (min-width:767px)and (max-width:1280px){.service-section__image-container{width:400px}}@media screen and (max-width:767px){.service-section__image-container{min-height:300px;height:300px;width:90%;margin-bottom:60px}}.service-section__image-container img{transition:transform .3s ease}.service-section__image-container:hover img{transform:scale(1.05)}