Add custom image as bullet points
with ability to customise dimensions.
li {
list-style: none;
}
li::before {
content: '';
display: inline-block;
vertical-align: sub;
height: 1.2rem;
width: 1.2rem;
background-image: url(https://btobsales.eu/img/icons/eu.svg);
margin-right: 10px;
}