How to vertically center text in a column

I would like to vertically center the text displayed in the header image in this page: https://hillpartners.wpengine.com/who-we-are/ 

Can you please help?

(I want to vertically center the text inside the div tag called hero-right) 

<div class="hero-right">Hill Partners, Inc. is a commercial real estate firm that specializes in innovative retail, mixed-use and lifestyle development solutions.</div>

.hero-right { 
   font-family: Open Sans; 
   font-size: 24px; 
   line-height: 30px; 
   color: #ffffff; 
   vertical-align: middle; 
   text-align: left; 
}

Thanks,
Rick

Comments

Sign In or Register to comment.