@media screen and (max-width: 400px) {
  .newsArticle-button .ChuniBtn-content {
    height: 3em;
  }
}
@media screen and (min-width: 401px) {
  .newsArticle-button .ChuniBtn-content {
    height: 2em;
  }
}
@media screen and (max-width: 400px) {
  .errorPage-main .ChuniBtn-content {
    height: 3em;
  }
}
