.circle {
font-family: sans-serif;
font-size: 16px;
padding: 8px 0 0 40px;
position: relative;
}
.circle:before {
content: attr(data-value);
width: 32px;
height: 32px;
position: absolute;
left: 0;
top: 0;
border-radius: 50%;
font-size: 12px;
line-height: 1;
color: white;
display: flex;
align-items: center;
justify-content: center;
}
.low:before {
background: blue;
}
.high:before {
background: green;
}
<p class="circle low" data-value="25%">
The additional enhancements made to the ‘Service Request Management
Application’ (Phase II) increased member engagements by an additional 25%
</p>
<p class="circle high" data-value="60%">
The cost-optimization services reduced the hosting and licensing costs by
at least 60%.
</p>