.not-found-hero {
  background-position: center;
  background-size: cover;
  min-height: 60vh;
}

.not-found-hero__overlay {
  background: rgba(10, 20, 28, 0.58);
  min-height: 60vh;
}

.not-found-hero__content {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(60vh - 5rem);
  padding: 4rem 1.5rem;
  text-align: center;
}

.not-found-hero__code {
  font-size: clamp(4rem, 12vw, 8rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.9;
  margin: 0 0 1rem;
}

.not-found-hero h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.1;
  margin: 0;
}

.not-found-content {
  padding: 3rem 1.5rem 5rem;
}

.not-found-content p {
  color: #4b5560;
  font-size: 1.15rem;
  margin: 0 0 1.5rem;
}

.not-found-content__link {
  background: #1d536b;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 0.8rem 1.25rem;
  text-decoration: none;
}

.not-found-content__link:hover,
.not-found-content__link:focus {
  background: #123c4e;
  color: #fff;
}