As you can see at the bullet points 3 and 5, the sentence goes onto the next line and doesn't match up
my code:
ul {
list-style: none;
}
ul li:before {
content: '✓';
color: #4ab847;
font-weight: bold;
line-height: 1.5em;
}
<ul>
<li>Tehniskā palīdzība 24/7</li>
<li>Neierobežots norbraukums</li>
<li>Maiņas automašīna satiksmes negadījuma vai zādzības gadījumā</li>
<li>Civiltiesiskā atbildība</li>
<li>Apdrošināšana avāriju un tehnisku bojājumu gadījumiem</li>
<li>Apdrošināšana zādzību gadījumā</li>
</ul>