ul, ol > li {
    text-align: left;
}

.content-wrapper {
    text-align: left;
    font-size: 16px !important;

    p {
        font-size: 16px !important;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1 { font-size: 32px; line-height: 36px; margin-bottom: 10px; }
h2 { font-size: 28px; line-height: 32px; margin-bottom: 10px;}
h3 { font-size: 26px; line-height: 30px; margin-bottom: 10px;}
h4 { font-size: 24px; line-height: 28px;}
h5 { font-size: 22px; line-height: 26px;}
h6 { font-size: 18px; line-height: 22px;}

strong {
    font-weight: bold;
}
