.info-body-text {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.deweek-image {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
    object-position: left bottom;
}

.uitgaves {
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;

    &::after {
        content: "Zet ma 15/03 - vr 19/03 maar in de agenda want dan is het de 30e editie van de:\A EXISTENZWEEK \A\A\A\AMeer info zal hier binnekort te zien zijn";
        font-family: 'google sans flex', sans-serif;
        font-size: 1rem;
        text-transform: uppercase;
        white-space: pre-line;
        font-variation-settings: 'opsz' 32.2, 'wght' 300, 'wdth' 111, 'grad' 82;

        text-align: center;
        padding-top: 50px;
        background-color: white;
        opacity: 0.95;
        position:absolute;
        top: 0;
        left:0;
        right:0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 768px) {
    .deweek-image {
        object-position: center bottom;
    }
}