.four-oh-four-page section {
  min-height: 60vh;
}
.four-oh-four-page .content {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.four-oh-four-page .heading-xs {
  max-width: var(--content-text-max-width);
}
.four-oh-four-page p {
  width: 100%;
  max-width: var(--content-text-max-width);
}