body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.title {
    font-weight: 400;
    font-size: clamp(2.4rem, 8vw, 6.2rem); /* bigger overall, but capped */
    letter-spacing: -0.03em;
    line-height: 0.95;
}

.container {
    max-width: 1180px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

/* very small gap between image and text */
.row.mb-3 {
    --bs-gutter-x: 0.2rem;
}

/* desktop: make left column hug image width */
@media (min-width: 768px) {
    .row.mb-3 > .col-12.col-md-7 {
        flex: 0 0 590px;
        max-width: 590px;
    }

    .row.mb-3 > .col-12.col-md-5 {
        flex: 1 1 0;
        max-width: none;
    }
}

.image-wrapper {
    width: min(100%, 590px);
    margin: 0; /* instead of 0 auto */
}

.image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;   /* or remove object-fit entirely */
    aspect-ratio: auto;    /* or remove this line */
}

.small-text {
    font-size: clamp(0.8rem, 0.94vw, 0.9rem);
    color: #000000;
    letter-spacing: -0.02em;
}

.text-indent {
    text-indent: 2em;
}

.raum157-logo {
    font-size: 2.5rem;
    line-height: 50px;
    color: #000000;
    text-decoration: none;
}
