I added two classes to the two right text boxes verticle-align
.
Please add the below CSS to Theme Options => Custom CSS.
.spb_content_element.col-sm-4.verticle-align.spb_text_column {
display: table;
}
.verticle-align .spb-asset-content {
display: table-cell;
vertical-align: middle;
}
Thanks.