/*

 Theme Name:   Divi Child

 Theme URI:    http://example.com/twenty-fifteen-child/

 Description:  Divi Child super theme

 Author:       John Doe

 Author URI:   http://example.com

 Template:     Divi

 Version:      1.0.0

 License:      GNU General Public License v2 or later

 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 Tags:         Responsive

 Text Domain:  divi-child

*/

/*Responsive*/
@media screen and (max-width:1400px){
     h1{
        font-size: 80px!important;
    }
}


@media screen and (max-width:1200px){
    .et_pb_row{
        width: 96%;
    }
}


@media screen and (max-width:980px){
    .et_pb_image_0{
        width: 220px!important;
    }

    .et_pb_section_0.et_pb_section{
        padding-top: 40px!important;
    }

}

@media screen and (max-width:767px){
    h1{
        font-size: 50px!important;
    }

    h2{
        font-size: 35px!important;
    }

}