.notfound_wrapper {
  position: initial;
  height: 100vh;
}

.notfound_wrapper .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  padding: 15px;
}

.notfound .notfound_404 {
  position: relative;
  height: 220px;
}

.notfound .notfound_404 h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 186px;
  font-weight: bold;
  margin: 0px;
  background-color: var(--primary);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
}

.notfound h2 {
  font-size: 33px;
  font-weight: 200;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 25px;
  letter-spacing: 0px;
}

.notfound p {
  font-size: 16px;
  font-weight: 200;
  margin-top: 0px;
  margin-bottom: 25px;
}

.notfound a {
  color: var(--primary);
  font-weight: 200;
  text-decoration: none;
  border-bottom: 1px dashed var(--primary);
  border-radius: 2px;
}

@media only screen and (max-width: 480px) {
  .notfound .notfound_404 {
    position: relative;
    height: 168px;
  }

  .notfound .notfound_404 h1 {
    font-size: 142px;
  }

  .notfound h2 {
    font-size: 22px;
  }
}
