#hero-section {
    background-image: url('../images/white-label-website-development/service-page-web-app-development-hero-section-bg.webp');
}

#how-does-the-fox-jek-app-work-section {
    background-image: url('../images/white-label-website-development/why-choose-us-bg-image.webp');
}

#cta-1 {
    margin-top: 50px;
}

.cta-1 {
    background: linear-gradient(93.85deg, #0B6094 -0.71%, #00284A 100%);
    border-radius: 30px;
    padding: 0 20px 0 50px;
}

.cta-1 .section-button-white:hover {
    color: #084F7D;
}

.cta-1-image {
    margin: -70px 0 0 0;
}

@media only screen and (max-width: 1200px) {
    #cta-1 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 992px) {
    #hero-section {
        background: linear-gradient(347.76deg, #08001D -1.23%, #160146 49.38%, #08001E 100%);
    }

    #how-does-the-fox-jek-app-work-section {
        background: linear-gradient(168.66deg, #3D1303 1.32%, #882A0A 50.3%, #5D2005 99.29%);
    }

    .cta-1-image {
        margin: 0;
    }

    .cta-1 {
        padding: 20px 20px 0 20px;
    }
}
