.blog-details > ul { --icon-space: 1.5em;  list-style: none;  padding: 0; }
.blog-details > ul > li { padding-left: var(--icon-space); }
.blog-details > ul > li:before { content: "\f00c"; font-family: FontAwesome; display: inline-block; margin-left: calc( var(--icon-space) * -1 );  width: var(--icon-space);}

.blog-details > ol > li { counter-increment: listcount; padding:10px; }
.blog-details > ol > li:before { content: counter(listcount) ". "; font-weight: bold; }
.blog-details > ol { list-style: none;  counter-reset: listcount; }