Need to vertically align the content inside the two col-md-6 cols. I've tried with table-cell hack but its not working in this case. Thanks.
<div class="row">
<div class="col-md-6 sub-bloque-texto">
<h1>text content</h1> <p> text <p>
</div>
<div class="col-md-6">
<img src="images/image.jpg" alt="">
</div>
</div>