.content {
  padding: 25px 0;
}

@media screen and (max-width: 576px) {
  .content {
    padding: 15px 0;
  }
}

.editor ul,
.editor ol {
  padding: 0;
  margin-bottom: 20px;
}

.editor ul li,
.editor ol li {
  color: var(--text_color);
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  position: relative;
  padding-left: 18px;
}

.editor ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  background-color: #fff;
  top: 7px;
  left: 0;
  position: absolute;
}
