Is there a way to adjust the alignment of this code snippet?
<div class="d-flex justify-content-between">
<span>Total Items: @Model.Count </span>
<div class="d-flex flex-row align-items-center">
<span class="text-black-50">Sort by:</span>
<div class="price ml-2">
<span class="mr-1">price</span>
<i class="fa fa-angle-down"></i>
</div>
</div>
</div>