.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3 {
    text-align: left;
}
.content-wrapper ol,
.content-wrapper ul {
    margin-left: 1.5rem;
    padding-left: 1.2rem;
}
/* Indent the subsection headings */
.content-wrapper h3 {
    margin-left: 1.5rem;
    padding-left: 0.2rem;
}

/* Indent the paragraph immediately following each h3 */
.content-wrapper h3 + p {
    margin-left: 2rem;
}

/* Indent lists that follow an h3 */
.content-wrapper h3 + ul,
.content-wrapper h3 + ol {
    margin-left: 2rem;
}

/* Indent additional paragraphs or lists that continue the same section */
.content-wrapper h3 ~ p,
.content-wrapper h3 ~ ul,
.content-wrapper h3 ~ ol {
    margin-left: 2rem;
}
