I want to make this website mobile responsive. But when I add image with the text it breaks its size. I am trying to keep the image and text side by side. I can't understand what should be the width and height.
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<div class="row">
<div class="col-md-6">
<div class="box2">
<img src="http://lorempixel.com/160/140/" align="left">
<h3>PETER L.MARUZ </h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</p>
<img src="image/f.jpg" width="35" height="30">
<img src="image/twitter-bird-white-on-blue.jpg" width="35" height="30">
</div>
</div>
1: