.page-not-found-wr {
  height: 100vh;
}
.page-not-found {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 51.6rem;
}
.page-not-found__top {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: var(--large-spacing);
}
.page-not-found__img {
  display: flex;
  justify-content: start;
  width: 38.5rem;
  height: 38.5rem;
}
.page-not-found__title {
  position: absolute;
  left: 24.6rem;
  margin-bottom: var(--base-spacing);
  font-family: var(--font-family-primary);
  font-size: 15rem;
  color: var(--base-gray);
  font-weight: 800;
  line-height: 1.5;
}
.page-not-found__subtitle {
  margin-bottom: 2rem;
  font-family: var(--font-family-primary);
  font-size: 2.4rem;
  color: var(--black-almost);
  font-weight: 600;
  line-height: 1.5;
}
.page-not-found__button {
  width: 31.6rem;
  border: none;
}