.service-section{margin:50px 0;color:var(--text_color_alt)}.service-section .service-row{background-color:var(--color-2)}.service-section .image-col{flex:1 1 35%;position:relative}.service-section .image-col:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,#fff0 85%,var(--color-2) 100%)}.service-section .image-col img{height:100%;width:100%;object-fit:cover}.service-section .content-col{flex:1 1 65%;display:flex;align-items:center;padding:50px}.service-section.img-right .service-row{flex-direction:row-reverse}.service-section.img-right .image-col:after{background:linear-gradient(270deg,#fff0 85%,var(--color-2) 100%)}.service-section h2{font-size:38px}@media screen and (max-width:991px){.service-section:nth-child(n) .service-row{flex-direction:column}.service-section:nth-child(n) .image-col:after{background:linear-gradient(180deg,#fff0 85%,var(--color-2) 100%)}}@media screen and (max-width:767px){.service-section .content-col{padding:30px 15px}}