.not-found {
  padding-top: 206px;
  padding-bottom: 278px;
  text-align: center;
}
.not-found .not-found-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 40px;
  color: #000;
}
.not-found .not-found-content {
  font-size: 20px;
  color: #999999;
  font-weight: 400;
  line-height: 1.2;
}
.not-found .not-found-content .not-found-link {
  position: relative;
  color: #999999;
  border-bottom: 1px solid #999999;
}
.not-found .not-found-content .not-found-arrow {
  margin-left: 4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  vertical-align: middle;
  width: 14px;
}
@media screen and (max-width: 991.98px) {
  .not-found {
    padding: 140px 32px 140px;
  }
  .not-found .not-found-title {
    margin-bottom: 80px;
  }
}