/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://transformacionempresarial.com.pe/
 Description:  Child Theme for Divi
 Author:       Cristhian Murillo
 Author URI:   
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/


.et_pb_blog_0 .et_pb_blog_grid .et_pb_post:hover {
    transform: scale(1.07);
}

.et_pb_blog_0 .et_pb_blog_grid .et_pb_post {
    transition: .4s;
}


.type-post {
    min-height: 490px;
}