article > div {
  width: 1200px;
  max-width: 100%;
  padding: 60px 20px;
  margin: 0 auto;
  color: var(--gray-1, #212529);
  /* body-c/1 */
  font-family: "Noto Serif TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
}
@media (max-width: 768px) {
  article > div {
    padding: 30px 20px;
  }
}
article > div h1 {
  color: var(--gray-1, #212529);
  text-align: center;
  /* body-c/1 */
  font-family: "Noto Serif TC";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  article > div h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
article > div a {
  color: var(--gray-1, #212529);
  text-align: center;
  /* body-c/1 */
  font-family: "Noto Serif TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
  text-decoration: underline;
  text-underline-offset: 2px;
}/*# sourceMappingURL=page.css.map */