.skyciv-cta-native:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../icons/cta-overlay-transparent.svg);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.skyciv-cta-btn.fusion-button {
    background: transparent !important;
    color: #ffffff !important;
}

.skyciv-cta-btn.fusion-button:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: #ffffff !important;
}

@media (max-width: 1024px) {

    .skyciv-cta-native {
        overflow: hidden;
        background-image: linear-gradient(180deg, #01071f 50%, #011d9d 100%);
    }

    .skyciv-cta-native:before {
        background-size: inherit;
        background-position: 50% 20%;
    }
}
@media (max-width: 767px) {
    .skyciv-cta-native {
        flex-direction: column !important;
        text-align: center !important;
        padding: 70px 24px 60px !important;
    }

    .skyciv-cta-heading,
    .skyciv-cta-heading h2 {
        text-align: center !important;
    }

    .skyciv-cta-native .fusion-text p {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }
}