body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.tc-main {
  display: flex;
  justify-content: center;
  flex: 1;
}
.row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.row #not-found-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 60px;
}
.row #not-found-left h2 {
  font-size: 40px;
  color: #000;
  font-weight: 600;
  margin-bottom: 40px;
}
.row #not-found-left p {
  font-size: 16px;
  color: #000;
  margin-bottom: 40px;
}
.row #not-found-left a {
  display: inline-block;
  width: 160px;
  height: 48px;
  border-radius: 8px;
  text-align: center;
  line-height: 46px;
}
.row #not-found-left #download-btn {
  background: #0028FF;
  color: #fff;
  margin-right: 16px;
}
.row #not-found-left #index-btn {
  border: 1px solid #0028FF;
  color: #0028FF;
}
.row #not-found-right {
  width: 500px;
  height: 500px;
  background: url("../../images/404/ds-img-404.svg") no-repeat;
  background-size: 100% 100%;
  margin-top: 100px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .tc-main .row {
    flex-direction: column-reverse;
  }
  .tc-main .row #not-found-left {
    text-align: center;
    margin-right: 0;
    margin-bottom: 80px;
  }
}
/*# sourceMappingURL=404.css.map */