.notfound .title {
  -moz-text-align-last: center;
       text-align-last: center;
}
.notfound .title__main {
  font-size: 50px;
}
@media screen and (min-width: 768px) {
  .notfound .title__main {
    font-size: 75px;
  }
}
.notfound .title__sub {
  margin: 15px 0;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .notfound .title__sub {
    margin: 20px 0 25px;
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .notfound .title__desc {
    font-size: 20px;
  }
}
.notfound .btn a {
  background: #D6A025;
}