no need to add widget there, just add this to functions.php
function meso_add_custom_intro_text() { ?>
<div class="post-content" style="font-size:1.2em;margin:1em 0 2em 0;padding:0;border-bottom:1px solid #ddd;">
<img class="alignleft" src="http://www.thesecretrealestateagent.com/wp-content/uploads/2018/01/PREPARING-TO-MOVE-150x150.jpg" /><p>Each state has their own rules and laws however; here are a few FAQ that may be helpful. Remember a Real Estate Agents are not an attorney and it is recommended that you seek advice with an attorney for ALL.</p><p>some text...Before you are too far along in the sale of your property, investigate how this sale will affect you. Remember, the better prepared you are for selling, the more likely you are to get the best net return from the <a href="#">some link to about etc</a></p>
</div>
<?php }
add_action('bp_before_blog_entry','meso_add_custom_intro_text',50);
edit the inner text html to your own.