* {
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif !important;
}

.hAuthorDiv {
  padding: 0 1rem;
}

.hImg {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.hSecFlow {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

.hSecFlowText {
  font-size: 1.5rem;
  line-height: 2;
}

.hSecFlowBtns {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  /* grid-template-columns: 100%; */
  grid-gap: 1rem 0;
  /* align-items: center; */
  /* justify-content: space-between; */
  /*  */
  margin: 0 0 4rem;
}
@media only screen and (min-width: 480px) {
  .hSecFlowBtns {
    grid-template-columns: 1fr;
    /* grid-template-columns: 1fr 1fr 1fr; */
    justify-items: center;
    margin: 0 0 0;
  }
}
/* grid-template-columns: repeat(auto-fill, 360px); */

.hButton {
  font-size: 1.125rem;
  letter-spacing: 2.2px;
  color: white;
  background-color: #11111166;
  padding: 1rem 1.5rem;
  border: 1px solid #aaa;
  margin: 0 1rem 0;
  transition: 0.2s all;
}

.hButton:hover {
  background-color: #000000aa;
}

.hContactText {
  color: white;
  font-size: 1.25rem;
  line-height: 2;
}
