.strike-cta-col-wrap {
    color: var(--wp--preset--color--white);
    display: flex;
    flex-direction: column;
    max-width: 60%;

    /* Above mask */
    * {
        z-index: 1;
    }

    .strike-cta-title {
        /* Placeholder */
        font-size: var(--wp--preset--font-size--2-xl) !important;
        font-style: italic;
        font-weight: 800;
        letter-spacing: 2.4px;
        line-height: 64px;
        text-transform: uppercase;
    }

    .strike-cta-content {
        max-width: 65%;
        margin-top: 1.5rem;
    }

    .btn {
        margin-top: 3rem;
    }
}

@media screen and (max-width: 1024px) {
    .strike-cta-col-wrap,
    .strike-cta-col-wrap * {
        max-width: 100% !important;
    }
}