.error-block {
  justify-content: center;
  align-items: center;
}

.error-block h1 {
  font-family: var(--font-family-title-sans-serif);
  font-weight: 700;
  font-size: 3em;
  color: var(--datahub-green);
}

.error-block p {
  font-size: 1.125em;
  line-height: 1.5;
  margin-bottom: 2.5em;
}

@media (max-width: 767px) {
  .error-graphic-column {
    display: flex;
    justify-content: center;
  }

  .error-graphic-column img {
    width: 50%;
  }

  .error-graphic {
    width: 50%;
  }
}

.error-graphic {
  width: 80%;
}
