.error-section {
  display: flex;
  margin-top: 107px;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  min-height: 80vh;
}

.error-section h1 {
  font-size: 40px;
  font-family: 'Avenir Next Demi';
  color: #1f1f1f;
  text-align: center;
}

.error-section p {
  font-size: 18px;
  font-family: 'Avenir Next Demi';
  opacity: 0.80;
  text-align: center;
}

.error-image {
  max-width: 520px;
  max-height: 520px;
  width: 80%;
  margin-bottom: 20px;
  margin-top: 20px;
}

