.editor p {
    font-size: 14px;
    padding: 5px 0;
}
.editor ul {
    list-style: none;
}
.editor ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(assets/img/check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: -26px;
    margin-top: 1px;
}
.editor li p {
    padding: 0;
}
