Add center_parent to row and add center_col to each column
No inner row
/**********VERTICAL ALIGN CONTENT**********/
@media(min-width: 768px) {
.center_parent > .section_inner > .section_inner_margin {
display: flex;
}
.center_col {
display: flex;
align-items: center;
justify-content: center;
}
}
/**********END VERTICAL ALIGN CONTENT**********/