/*
 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
------------------------------------------------------- */
/* Bigger LOGO on Mobile */
@media only screen and (max-width: 980px) {
    #logo {
        height: 100% !important;
        max-height: 100% !important;
        width: auto;
        max-width: 100% !important;
        }
    }    

   

/* Homepage Header Blurb Images (Checkmarks) */
.et_pb_blurb_position_left .et_pb_main_blurb_image{
    width: 50px;
}


