.header-pagetitle {
    font-size: 23.65vw;
    margin-left: -1.6vw;
    height: calc(8 * var(--rowheight) + 0px);
}

.info {
    grid-column: 3 / span 20;
    margin-bottom: var(--rowheight);
}

.info-text {
    grid-column: 1 / span 16;
    padding: 2rem 3rem 1rem 2rem;
    background: var(--bgcolor);
}

.info-text p+p {
    margin-top: 1.3em;
}

@media (max-width: 900px) {
    .info-text {
        grid-column: 1 / span 20;
        margin-bottom: calc(1 * var(--rowheight));
    }
}