.app-top-header-row h2 {
  all: unset;
}
.app-top-header-row {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E0E0E0;
}
.app-top-header-row .app-top-header-row__title {
  color: #246987;
  text-align: center;
  font-family: "Noto Sans TC";
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0.5px;
  word-break: break-word;
  padding: 0 108px;
  display: block;
}
@media screen and (max-width: 1440px) {
  .app-top-header-row {
    padding-top: 40px;
  }
  .app-top-header-row .app-top-header-row__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    padding: 0 40px
  }
}
@media screen and (max-width: 991px) {
  .app-top-header-row {
    padding-top: 20px;
  }
  .app-top-header-row .app-top-header-row__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .app-top-header-row {
    padding-top: 20px;
  }
  .app-top-header-row .app-top-header-row__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.1px;
    padding: 0 24px
  }
}