#hero-section {
    background: linear-gradient(278.95deg, #020B10 0.77%, #021332 57.44%, #020C0E 99.5%), url('../images/white-label-seo/hero-section-bg.svg');
    background-blend-mode: overlay;
}

#how-does-the-fox-jek-app-work-section {
    background: linear-gradient(100.68deg, #000002 1.2%, #04193D 52.05%, #000102 102.91%);
}

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

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

@media only screen and (max-width: 992px) {
    #hero-section {
        background: linear-gradient(278.95deg, #020B10 0.77%, #021332 57.44%, #020C0E 99.5%);
    }

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