This is weird, I tested on many device (all of them Chrome) its all okay when it come to iPhone I got weird result on img tag, there is extra height that I can't find it.
This is my HTML that containing img tag:
<div class="row align-content-center" id="tips-input">
<img class="col-5 img-fluid" src="images/tips-image.svg"/>
<div class="col-7">
Photo Code bisa ditemukan di dalam foto yang telah ter-print
</div>
</div>
And this is coresponding CSS:
#input-foto #input-box #tips-input img {height: auto;}