asked on
.process-text {
display: table;
height: 100%;
}
.process-text-elements {
display: table-cell;
vertical-align: middle;
height: 100%;
}
<div class="row">
<div class="col-md-4 col-xs-12">
<div class="process-text">
<div class="process-text-elements">
<div class="process-number">1</div><div class="clear-div"></div>
<h2>Request a Quote</h2>
<p>The first step is to let us know the basic details of your order.
We need to know the quantity, size, backing, and the date you need your order by to give you an accurate price quote. </p></div></div></div>
<div class="col-md-8 col-xs-12">
<img src="{% static 'images/orderprocess-uploadartwork.jpg' %}" class="img-responsive">
</div>
</div>