.is-EditorView h1 {
  font-size: 40px !important;
}
.is-EditorView h2 {
  font-size: 32px !important;
}
.is-EditorView h3 {
  font-size: 28px !important;
}
.is-EditorView h4 {
  font-size: 24px !important;
}
.is-EditorView h5 {
  font-size: 20px !important;
}
.is-EditorView h6 {
  font-size: 16px !important;
}
.is-EditorView h1, .is-EditorView h2, .is-EditorView h3, .is-EditorView h4, .is-EditorView h5, .is-EditorView h6, .is-EditorView .h1, .is-EditorView .h2, .is-EditorView .h3, .is-EditorView .h4, .is-EditorView .h5, .is-EditorView .h6 {
  margin-bottom: 8px;
}
.is-EditorView blockquote {
  font-size: 20px;
  background: #ffffff;
  border-left: 11.2px solid #007bff;
  margin: 30px 11.2px;
  padding: 10px 11.2px;
}
.is-EditorView ul li {
  list-style: unset;
}
.is-EditorView ol li {
  list-style: unset;
}
.is-EditorView span {
  font-size: 1.6rem !important;
}
