/* color */
/* font */
/* transition */
.serviceTitleBox {
  max-width: 300px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 5px solid #f18e00; }
  .serviceTitleBox .en {
    font-size: 30px;
    font-weight: 700; }
  .serviceTitleBox .zh {
    font-size: 20px;
    letter-spacing: 0.8px; }

.imgBox {
  margin-bottom: 20px; }

.textEditor h4 {
  font-weight: 600; }

.textEditor ol {
  padding-left: 20px;
  line-height: 1.85; }
  .textEditor ol li {
    list-style: decimal; }

.btnBox {
  margin-top: 30px;
  justify-content: flex-end; }
