body {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Helvetica", "Lucida Grande", "Microsoft JhengHei", sans-serif;
}
#globalHeader .wrapper li {
  font-size: 12px;
}

.flexList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  gap: 20px 14px;
}

.flexList .flexItem {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .flexList {
    display: block;
    margin-bottom: 25px;
    gap: 20px 14px;
  }

  .flexList .flexItem {
    width: 100%;
    margin-bottom: 25px;
  }
}
