

.page-footer__rows {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.page-footer__row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 0;
}

.page-footer__row.flow--none .flow--content .flow--maximum-width {
    max-width: unset;
}

@media (min-width: 48rem) {
    .page-footer__row {
        flex-direction: row;
        justify-content: center;
    }
}

