.container-404 {
  margin: 40px auto 80px;
}
h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  font-family: var(--font-family-heading);
}
.description {
  margin-top: 40px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
