@media (min-width: 1024px) {
    .page-content {
        width: 80rem;
        padding-bottom: 3rem;
        box-sizing: border-box;
    }
}