/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/Divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* about page */

.about-hero {
	position:relative;
}




.about-header-text {
	position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
}

