carlucci
Hi
Its tricky as the no. are not part of the list time.
Add a custom class: bold-list for both Div : http://prntscr.com/sh33jp
Now add this code in custom.css
.bold-list li {
margin:0;
padding:0 0 0 2em;
text-indent:-2em;
list-style-type:none;
counter-increment:item;
}
.bold-list li:before {
display:inline-block;
width:1.5em;
padding-right:0.5em;
font-weight:bold;
text-align:right;
content:counter(item) ".";
}