.jobteaser-block {
    margin-block-start: 0 !important;
}

.jobteaser-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: var(--blue-100);
}

.jobteaser-img {
    width: 100%;
    overflow: hidden;
    max-height: 720px;
}

.jobteaser-img img {
    object-fit: cover;
    object-position: center right;
    height: 100%;
    width: 100%;
}

.jobteaser-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
}

.jobteaser-eyebrow {
    padding-bottom: 2rem;
    font-weight: 700;
}

.jobteaser-info h2 {
    font-size: calc(var(--h2) * 1.4) !important;
    max-width: 30ch;
    line-height: 1.4;
    font-family: "Rasa Serif";
    word-wrap: anywhere;
}

.jobteaser-info p {
    max-width: 80ch;
    padding-bottom: 3rem;
}

.is-layout-flow :has(.jobteaser-block) {
    padding: 0;
}

@media (max-width: 720px) {
    .jobteaser-wrapper {
        grid-template-columns: 1fr;
    }
    .jobteaser-img {
        aspect-ratio: 2 / 1;
    }
    .jobteaser-info {
        padding: 4rem 1rem;
    }
    .jobteaser-info p {
        padding-bottom: 2rem;
    }
    .jobteaser-info .lk-button {
        width: 100%;
        max-width: 100%;
    }
}
