.tg-404 {
  padding: 80px 0 120px;
  flex: 1;
  display: flex;
  align-items: center;
}

.tg-404__inner {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.tg-404__code {
  font-size: 140px;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(67.84deg, #2e3393 -1.82%, #1cfafc 106.59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tg-404__title {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-text);
}

.tg-404__text {
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-text-dim);
  max-width: 420px;
}

.tg-404__btn {
  margin-top: 8px;
}

@media (max-width: 768px) {
  .tg-404 {
    padding: 60px 0 80px;
  }

  .tg-404__code {
    font-size: 100px;
  }

  .tg-404__title {
    font-size: 24px;
  }

  .tg-404__text {
    font-size: 14px;
  }
}
