/*
 Theme Name: Divi Child
 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
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.anim-line p {
    transform: translateY(100%);
    transition: transform 1.4s cubic-bezier(.22, 1, .36, 1)
}

.is-visible .anim-line p {
    transform: translateY(0)
}

.oh {
    overflow: hidden
}
