.teaser__highlight {
    position: relative;
    margin: 400px 0 80px;
}

@media (min-width: 768px) {
    .teaser__highlight {
        margin: 250px 0 80px;
    }
}

@media (min-width: 992px) {
    .teaser__highlight {
        margin: 150px 0 80px;
    }
}

@media (min-width: 768px) {
    .teaser__highlight::before {
        content: " ";
        background: #EDF6F2;
        top: 0;
        bottom: 0;
        transform: translateX(100%);
        width: 50vw;
        position: absolute;
        height: 100%;
        display: block;
    }
}

.teaser__highlight__wrapper {
    padding: 30px;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .teaser__highlight__wrapper {
        padding: 50px 0;
        border-top-left-radius: 180px;
        border-bottom-left-radius: 180px;
    }
}

.teaser__highlight__wrapper__column__1 {
    order: 2;
}

@media (min-width: 768px) {
    .teaser__highlight__wrapper__column__1 {
        order: unset;
    }
}

.teaser__highlight__wrapper__column__2 {
    order: 2;
}

@media (min-width: 768px) {
    .teaser__highlight__wrapper__column__2 {
        order: unset;
    }
}

.teaser__highlight__image {
    position: absolute;
    bottom: -50px;
    z-index: -5;
}

@media (min-width: 400px) {
    .teaser__highlight__image {
        bottom: -100px;
    }
}

@media (min-width: 768px) {
    .teaser__highlight__image {
        margin-bottom: 0;
        bottom: 100px;
        left: 150px;
        z-index: -5;
        max-width: unset;
    }
}

@media (min-width: 992px) {
    .teaser__highlight__image {
        margin-bottom: 0;
        bottom: -50px;
        left: 130px;
        z-index: 0;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .teaser__highlight__image {
        margin-bottom: 0;
        bottom: -50px;
        left: 130px;
        z-index: 0;
        max-width: 80%;
        max-height: 160%;
    }
}