.ce_jiteaser {
    position: relative;
    max-width: 48.4375rem; /* 775px */
    margin-bottom: 9.375rem; /* 150px */
    text-align: left;
}

.ce_jiteaser_image {
    width: 48.4375rem; /* 775px */
    height: 23.75rem; /* 380px */
}

.ce_jiteaser_card_wrapper {
    position: absolute;
    left: 18.6875rem; /* 299px */
    top: 12.375rem; /* 198 */
}

.ce_jiteaser_card {
    aspect-ratio: 0.3840;
    width: 42.3125rem; /* 677px */
    height: 16.25rem; /* 260px */
    border: 1px solid var(--ji-light-grey);
    padding: 3.125rem; /* 50px */
    background-color: white;
    clip-path: polygon(-1% -1%, 101% -1%, 100% calc(100% - 2.8125rem), calc(100% - 2.8125rem) 100%, -1% 101%);
}

.ce_jiteaser_text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.5rem; /* 24px */
    line-height: 2.0625rem; /* 33px */
    padding-bottom: 1.5625rem; /* 25px */
    text-align: center;
}

.ce_jiteaser_contact {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.ce_jiteaser_link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    position: absolute;
    right: 3.6875rem; /* 59px */
    bottom: 0.875rem; /* 14px */
}

.ce_jiteaser_link a,
.ce_jiteaser_link a:hover,
.ce_jiteaser_link a:focus,
.ce_jiteaser_link a:active {
    color: var(--ji-anthracite);
}

.ce_jiteaser_triangle_red img {
    position: absolute;
    right: -1px;
    bottom: -1px;
    height: 2.875rem;
    width: 2.875rem;
}

@media (max-width: 991px) {
    .ce_jiteaser {
        margin-left: auto;
        margin-right: auto;
        position: static;
        margin-bottom: 4.875rem; /* 78px */
    }

    .ce_jiteaser_card_wrapper {
        position: static;
    }
    .ce_jiteaser_card {
        width: 100%;
        height: fit-content;
        aspect-ratio: unset;
    }

    .ce_jiteaser_image {
        width: 100%;
        height: auto;
    }

    .ce_jiteaser_triangle_green {
        right: -0.125rem; /* -2px */
        bottom: -0.125rem; /* -2px */
    }
}
