.page-not-found .hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  min-height: 100svh;
}

.page-not-found .hero .container {
  align-items: center;
  justify-content: center;
  gap: 30px;
  opacity: 0;
}

.page-not-found .hero h1,
.page-not-found .hero p {
  text-align: center;
  margin: 0;
}

.page-not-found .hero p {
  width: 1150px;
  max-width: 100%;
}

.page-not-found .hero .btn-group .btn {
  width: fit-content;
}

@media (max-width: 991.98px) {
  .page-not-found .hero .container {
    gap: 20px;
  }

  .page-not-found .hero p {
    width: 620px;
  }
}
