.uoph-footer-content-page {
    margin: 0;
    color: #191816;
    background: #f4f1eb;
}

.uoph-footer-content-page__skip-link {
    position: absolute;
    inset-inline-start: -9999px;
}

.uoph-footer-content-page__skip-link:focus {
    inset: 1rem auto auto 1rem;
    z-index: 10;
}

.uoph-footer-content-page__masthead {
    display: flex;
    justify-content: center;
    padding: clamp(1.5rem, 4vw, 3rem);
}

.uoph-footer-content-page__masthead img {
    display: block;
    width: clamp(8rem, 16vw, 12rem);
    height: auto;
}

.uoph-footer-content-page__main,
.uoph-footer-content-page__not-found {
    width: min(100% - 2rem, 54rem);
    min-height: 55vh;
    margin-inline: auto;
    padding: clamp(3rem, 8vw, 7rem) 0;
}

.uoph-footer-content-page__main h1,
.uoph-footer-content-page__not-found h1 {
    margin: 0 0 clamp(2rem, 5vw, 4rem);
    font-size: clamp(2.5rem, 7vw, 6rem);
    line-height: .95;
}

.uoph-footer-content-page__body {
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.65;
}

.uoph-footer-content-page__body p {
    margin: 0 0 1.25em;
}

.uoph-footer-content-page__section + .uoph-footer-content-page__section {
    margin-top: clamp(2rem, 5vw, 4rem);
}

.uoph-footer-content-page__section h2 {
    margin: 0 0 1em;
    font-size: clamp(1.35rem, 3vw, 2rem);
    line-height: 1.15;
}
