/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/


@media (max-width: 980px) {
    .et_pb_menu .et_mobile_menu {
        margin-left: 10%;
        
    }
    
    .section-gap .et_pb_row {
        gap:40px;  
        
    }
    
    body .et_pb_button {
    font-size: 16px !important;
    }
    
    p{
        font-size: 16px !important;
        line-height: 26px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    
    .et_pb_section_4 .et_pb_row {
        gap:10px;  
        flex-wrap:wrap;
        
    }
    
}