.page404 {
  padding-top: 11.875rem;
  padding-bottom: 9.375rem;
  background: url(../img/404/404-bg.png) no-repeat top center;
  background-size: 100% 100%;
}
.page404 * {
  transition: unset;
}
@media (max-width: 767px) {
  .page404 {
    padding: 3rem 0;
  }
}
.page404 .container {
  text-align: center;
  position: relative;
}
.page404 .container img {
  width: 60%;
}
@media (max-width: 769px) {
  .page404 .container img {
    width: 100%;
  }
}
.page404 .container .wrap {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
@media (max-width: 769px) {
  .page404 .container .wrap {
    width: 100%;
    position: static;
  }
}
.page404 .container .wrap h1 {
  font-size: 2.25rem;
  color: #555555;
  font-weight: bold;
}
@media (max-width: 769px) {
  .page404 .container .wrap h1 {
    font-size: 1.375rem;
  }
}
.page404 .container .wrap a {
  width: 12.375rem;
  height: 3.25rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #ff4a53;
  border-radius: 5px;
  margin: 3.4375rem auto 0 auto;
}
@media (max-width: 769px) {
  .page404 .container .wrap a {
    width: 12.5rem;
    height: 2.8125rem;
    margin-top: 1.625rem;
  }
}
.page404 .container .wrap a:hover {
  opacity: 0.9;
  color: #fff !important;
}
