Text is not extending in Panel body

Getting this error. My text is not extending to the end of panel. Also suggest me about image and text positions

codepen link:

A codepen link would be more helpful to helpers than a screenshot

Ok. I am going to edit the post

Try changing:

<div class="col-lg-4 col-md-4 col-sm-4">Hello, I am Mustajab Hussain. The passionate web developer, who just became camper at freecodecamp. The developer has just started his road of web developing. Determined and hoping for best.        
</div>

to:

<div class="col-lg-8 col-md-8 col-sm-8">
Hello, I am Mustajab Hussain. The passionate web developer, who just became camper at freecodecamp. The developer has just started his road of web developing. Determined and hoping for best.        
</div>

Thanks. Problem solved