body.page-node-type-error .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-error__content {
  text-align: center;
}

.p-error__content h1 {
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: 120px;
  line-height: 140px;
  color: var(--color-white);
  margin-bottom: 30px;
}

.p-error__subtitle {
  font-size: 20px;
  line-height: 30px;
  color: var(--color-white);
  margin-bottom: 50px;
}

.p-error__button {
  text-align: center;
}

.p-error__button .button {
  min-width: 200px;
}

.p-error__button .button:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .p-error__content h1 {
    font-size: 220px;
    line-height: 240px;
  }

  .p-error__subtitle {
    font-size: 30px;
    line-height: 40px;
  }
}
