When we work with Divi builder, sometime we need align a content center in vertical align.
For this we need first change the row setting, Open your row setting > Go to design tab > Sizing > On the Equalize Column Heights options.

Then go to advanced > Custom CSS > Main Element, then add this line of CSS
align-items: center;
