.prose {
    text-align: justify;
    text-indent: 2em;
    margin-bottom: 1.2em;
    line-height: 1.8;
    color: #212529;
}

.prose>div {
    text-indent: 2em;
    margin-bottom: 1em;
}

.prose>ul,
.prose>ol,
.prose>blockquote,
.prose>h1,
.prose>h2,
.prose>h3 {
    text-indent: 0;
    margin-bottom: 1em;
}

.prose>ul>li,
.prose>ol>li {
    margin-bottom: 10px;
}

.prose>ul>li:last-child,
.prose>ol>li:last-child {
    margin-bottom: 0;
}
