.ce_jiheader_leadmagnet {
    position: relative;
}

.ce_jiheader_leadmagnet_image {
    position: relative;
    z-index: 0;
    margin-left: -1rem;
    width: calc(100% + 2rem);
    height: auto;
    object-fit: fill;
    max-height: 30.5rem; /** 488px */
    clip-path: polygon(0 0, 0 100%, 100% 62.5%, 100% 0%); /** cut on the right at 300px */
}

.ce_jiheader_leadmagnet_card {
    position: relative;
    z-index: 1;
    width: 100%; /** 640px */
    margin-top: -1rem; /* -16px */
}

.ce_jiheader_leadmagnet_button_wrapper {
    padding: 1.25rem 0 1.25rem 0; /** 20px 36px 20px 36px */
    text-align: center;
}

.ce_jiheader_leadmagnet_button {
    background: var(--ji-gradient-red);
    padding: 0.875rem 2.25rem 0.875rem 2.25rem; /** 14px 36px 14px 36px */
    display: inline-block;
    text-decoration: none;
}

.ce_jiheader_leadmagnet_button_caption {
    color: white;
    font-size: 1rem; /* 16px */
    line-height: 1.375rem; /* 22px */
    font-weight: 600;
}

/* Desktop > lg */
@media (min-width: 992px) {
    .ce_jiheader_leadmagnet {
        margin-bottom: 12.5rem;
    }
    .ce_jiheader_leadmagnet_image {
        margin-left: -0.75rem;
        width: calc(100% + 1.5rem);
        height: auto;
        object-fit: fill;
        max-height: 30.5rem; /** 488px */
        clip-path: polygon(0 0, 0 100%, 100% 62.5%, 100% 0%); /** cut on the right at 300px */
    }
    .ce_jiheader_leadmagnet_card {
        position: absolute;
        width: 40rem; /** 640px */
        bottom: -10.6875rem; /** -171px overlap with the image */
        left: 50%;
        transform: translateX(-50%);
        background-color: white;
        padding: 2.75rem 3.75rem 2.5rem 3.75rem; /** 44px 60px 40px 60px */
        display: flex;
        flex-direction: column;
    }
}

.ce_jiheader_leadmagnet_card_text {
    text-align: left;
}