.custom-section-split{display:flex;gap:0;margin:0 auto;overflow:hidden}.custom-section-split__image{align-items:center;background-blend-mode:color,darken;background-position:50%;background-size:cover;display:flex;flex:1;justify-content:center}.custom-section-split__image img{height:auto;object-fit:cover;width:100%}.custom-section-split__content{background:#fff;display:flex;flex:1;flex-direction:column;justify-content:center;padding:80px 40px}.custom-section-split__content div{max-width:600px}.custom-section-split__content h2{color:#161c2d;font-size:2rem;font-weight:500;line-height:1.3;margin-bottom:20px}.custom-section-split__content p{color:#161c2d;font-size:1rem;line-height:1.6;margin-bottom:30px}.custom-section-split__button{background-color:#00a3ff;border-radius:50px;color:#fff;display:inline-block;font-weight:500;padding:14px 40px;text-align:center;text-decoration:none;text-transform:uppercase;transition:background .3s;width:100%}.custom-section-split__button>img{margin-left:20px}.custom-section-split__button:hover{background-color:#008fe0}@media (max-width:991px){.custom-section-split{flex-direction:column;text-align:center}.custom-section-split__image{order:2;width:100%}.custom-section-split__content{order:1;padding:40px 20px;width:100%}.custom-section-split__content div,.custom-section-split__image img{max-width:100%}}