.learnix-page-shell {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.learnix-page-frame {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1120px;
  margin: 0 20px;
  align-items: flex-start;
  position: relative;
}

.learnix-page-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 8px;
}

.learnix-page-head .table-title-word {
  margin: 0;
  color: #111827;
  text-align: left;
  font-family: var(--learnix-font-sans);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.26;
  letter-spacing: -0.02em;
}

.learnix-page-head .table-subtitle-word {
  margin: 10px 0 0;
  color: #64748b;
  text-align: left;
  font-family: var(--learnix-font-sans);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .learnix-page-shell {
    margin-top: 100px;
  }

  .learnix-page-head .table-title-word {
    font-size: 30px;
  }

  .learnix-page-head .table-subtitle-word {
    font-size: 14px;
    line-height: 1.5;
  }
}
