/* 覆寫 OwlCarousel2 預設 font-size，符合CS2140401C規範 */
.owl-theme .owl-nav [class*='owl-'] {
  font-size: 1em !important;
}

