.landing-hero--clubhouse {
    background-image: url('../images/vereinsheim-innen.jpg');
    background-position: center 52%;
}

.venue-home-teaser {
    margin-top: 52px;
    padding: 30px 34px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .06);
}

.venue-home-teaser h3 {
    margin: 10px 0 8px;
    font: 500 clamp(28px, 3.5vw, 39px) Georgia, serif;
}

.venue-home-teaser p:not(.eyebrow) {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    line-height: 1.7;
}

@media (max-width: 700px) {
    .venue-home-teaser {
        padding: 24px;
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .venue-home-teaser .button {
        width: 100%;
    }
}
