You could also try this:
Code:
CSS:
.pub {clear:both; margin:2em auto; width:50vw} /* or 50% */
.pub img {float:left; width:2em;
padding:0 .5em 0 0; vertical-align: text-top;}
.pub div {font-weight:bold; margin-left:2.5em;
text-indent:0; text-align:left;
font-variant:small-caps}
.pub span {display:block; font-weight:normal}
HTML:
<div class="pub">
<img alt="" src="../Images/d20.svg"/>
<div>Lorem <span>ipsum dolor sit amet, consect</span></div>
</div>