p:first-letter {
margin-left: -6px
}
<div class="checkbox">
<input type="checkbox" id="checkbox" class="checkbox__input">
<label for="checkbox" class="checkbox__label"></label>
<p class="checkbox__text">Lorem ipsum <a href="#">policy</a> aspernatur minima.</p>
</div>