Featured Product with kit list
Note: there can be as many list items as you'd like to include here.
<div class="top-border bottom-border">
<h2>Featured Product: </h2>
<h3>product name goes here</h3>
<div class="two-column">
<div class="column">
<a href="#link to produst goes here"><img src="image source goes here"></a>
</div>
<div class="column">
<p>body text goes here</p>
<h3>Kit Includes</h3>
<ul>
<li>list items go here</li>
</ul>
<button class="button" type="button" href="#button link goes here" title="Learn More">button text goes here</button>
</div>
</div>
</div>