Title image paragraph button side by side
Note: Please don't use break tags between these blocks on the page. Please leave the dimensions on the images.
<div>
<h2 class="centered">
<a href="#link goes here">h2 title goes here</a>
</h2>
<div class="two-column">
<div class="column">
<p>
<a href="#link goes here"> <img src="image source goes here" alt="image description goes here" height="300"></a>
</p>
</div>
<div class="column">
<p>body text goes here</p>
<p>body text goe shere</p>
<h4 class="centered">
<a class="button primary" href="#button link goes here">button text goes here</a>
</h4>
</div>
</div>
</div>