/*
 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
------------------------------------------------------- */

/* Divi row padding responsivie start */

/* @media only screen and (min-width: 1281px) {
    .payrun-section {
		max-width: 1920px !important;
      	width: 100% !important;
		padding-left: 120px !important;
		padding-right: 120px !important;
    }
}
 
@media (max-width: 1280px) {
    .payrun-section {
        width: 100% !important;
		padding-left: 60px !important;
		padding-right: 60px !important;
    }
}
 
@media (max-width: 980px) {
    .payrun-section {
        width: 100% !important;
		padding-left: 40px !important;
		padding-right: 40px !important;
    }
}

@media (max-width: 767px) {
    .payrun-section {
        width: 100% !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
    }
} */

/* Divi row padding responsivie end */