I'm trying to display the image to the left and text to the right of the image, I have a li
this is defined like:
<div class="row color-accent-1">
<ul style="display: flex; list-style-type: none;">
<li style="flex-grow:1;">
<img src="https://w1.pngwing.com/pngs/546/859/png-transparent-food-icon-delivery-icon-sushi-pizza-delivery-scooter-courier-food-delivery-text-thumbnail.png">
<div class="content">
<h2 class="title" style="font-size: 13px; letter-spacing: 1.1px;">
FREE DELIVERY
</h2>
<p class="paragraph" style="font-size: 13px; letter-spacing: 1.1px;">
On all UK orders over £50
</p>
</div>
</li>
</ul>
</div>
However, this is displaying like this: