.error404 .content-404 {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}
.error404 .content-404 h1 {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 250px;
  line-height: 88%;
}
.error404 .content-404 p {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}

@media screen and (max-width: 768px) {
  .error404 .content-404 {
    gap: 40px;
  }
  .error404 .content-404 h1 {
    font-size: 150px;
    line-height: 115px;
  }
  .error404 .content-404 p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 500px) {
  .error404 .content-404 {
    gap: 40px;
  }
  .error404 .content-404 h1 {
    font-size: 100px;
    line-height: 72px;
  }
  .error404 .content-404 p {
    font-size: 16px;
    line-height: 22px;
  }
}/*# sourceMappingURL=404.css.map */