/* ============================================
   Component: 404 Error Page
   ============================================ */
.error-404 {
  padding: var(--spacing-5xl) 0 var(--spacing-section);
}

.error-404__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.error-404__illustration {
  display: block;
  width: 100%;
  height: auto;
}

.error-404__illustration-wrap {
  display: block;
  max-width: 641px;
  width: 100%;
}

.error-404__text {
  font-size: 28px;
  font-weight: var(--font-weight-extra-bold);
  color: var(--color-text-heading);
  line-height: 40px;
  max-width: 546px;
  margin-top: -40px;
}

.error-404__btn {
  margin-top: 72px;
}
