/* color */
/* font */
/* transition */
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.aboutTitle {
  font-family: "Noto Serif TC", Noto Sans TC, sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: #386934;
  text-align: center;
  margin-bottom: 35px; }

.textEditor {
  color: #886d58;
  font-weight: 500;
  line-height: 1.83333;
  letter-spacing: 2.16px; }
  .textEditor .imgBox {
    text-align: center; }
