.custom-block{overflow:hidden;padding:50px 0;width:100%}.custom-block-wrapper{align-items:center;display:flex;margin:0 auto;max-width:1280px;padding:50px 0;position:relative}.custom-block-bg{background-color:#f7f7f7;border-bottom-left-radius:50px;border-top-left-radius:50px;height:100%;position:absolute;right:-20%;top:0;width:80%;z-index:-1}.custom-block-image,.custom-block-text{position:relative;width:50%;z-index:2}.custom-block-image{padding-right:20px}.custom-block-image img{height:100%;max-height:600px;object-fit:cover;width:100%}.custom-block-text{padding:0 5%}.custom-block-text h2{margin-bottom:25px}@media screen and (max-width:768px){.custom-block-wrapper{flex-direction:column;padding:25px 0}.custom-block-image,.custom-block-text{padding:0 20px;width:100%}.custom-block-image{margin-bottom:30px}.custom-block-image img{height:400px}.custom-block-bg{border-radius:0;right:0;width:100%}}.custom-block-button-wrapper{display:flex;justify-content:center;margin-top:24px;width:100%}.custom-block-btn{align-items:center;background-color:#0b2c56;border:none;border-radius:8px;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-flex;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:10px;justify-content:center;letter-spacing:.8px;padding:14px 40px;text-decoration:none;text-transform:uppercase;transition:background-color .5s cubic-bezier(.25,1,.5,1),color .5s cubic-bezier(.25,1,.5,1)}.custom-block-btn .btn-arrow{fill:none;height:14px;stroke:#fff;transition:transform .5s cubic-bezier(.25,1,.5,1);width:14px}.custom-block-btn:hover{background-color:#5cb9cf!important;color:#fff!important}.custom-block-btn:hover .btn-arrow{transform:translateX(-6px)}