.prose-editor h1 {
    font-size: 1.5em;
    font-weight: 800;
}
.prose-editor h2 {
    font-size: 1.25em;
    font-weight: 700;
}
.prose-editor h3 {
    font-size: 1.1em;
    font-weight: 600;
}
.prose-editor ul, .prose-editor ol{
    list-style-position: outside;
    padding-inline-start: 1rem;
}
.prose-editor ul {
    list-style-type: disc;
}
.prose-editor ol {
    list-style-type: decimal;
}
.prose-editor li {
    margin-top: 0 !important;
}
.prose-editor a {
    text-decoration-line: underline;
}
.prose-editor * + * {
    margin-top: 0.75rem;
}
.prose-editor strong {
    font-size: 1.1em;
}

#news-desc ul li p strong {
    font-size: 1.25em;
    font-weight: bold;
    color: #2A51A3 !important;
    padding: 0.5rem 0;
}
#news-desc p {
    font-size: 1.1em;
    padding: 0.5rem 0;
}


