3rd Banner Style
Note: the structure of this banner needs to be like this to display properly. The tags cannot be changed.
<div class="banner-style-3">
<div>
<div class="banner-style-text">
<h2>**Title goes here**</h2>
</div>
<div class="banner-style-image">
<img src="#" alt="">
</div>
<div class="banner-style-text">
<h2>**title goes here**</h2>
</div>
</div>
<div class="banner-style-button">
<a href="#">**Button Text**</a>
</div>
</div>