
.editor p {
  color: var(--color-theme-secondary);
  text-align: justify;
  font-size: 12px;
  line-height: var(--editoe-p-lin-height);
}
@media (width >= 64rem /* 1024px */) {
  .editor p {
    font-size: 16px;
  }
}
.background-frame {
  background-image: url(../../image/design/category_new_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
