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

.standort-block--inner {
    padding: 10vh 1rem;
}

.standort-block h2 {
    font-family: "Rasa Serif";
    font-size: 2.5rem !important;
    padding-bottom: 1rem;
    line-height: 1 !important;
}

.standort-block h3 {
    font-size: 1.25rem;
    font-weight: 700;
}

.standort-block--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.standort-block--grid figure {
    display: flex;
    overflow: hidden;
    aspect-ratio: 3 / 2;
    border-radius: var(--radius);
}

.standort-block--grid figure img {
    height: 100%;
    object-fit: cover;
}

.standort-block--info {
    padding-left: 10%;
}

@media (max-width: 720px) {
    .standort-block--grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .standort-block--info {
        padding-left: 0;
    }
}
