/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Dsprog
 Author URI:     https://dsprog.com.br
 Template:       Divi
 Version:        1.0.0
*/
/* =Theme customization starts here
------------------------------------------------------- */
.vertical-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vertical-bottom{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}