/*
Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.3
*/
@media only screen and ( min-width: 768px ) {
 
    .three-column-grid .et_pb_grid_item {
    width: 28.333% !important;
    margin: 0 7.5% 7.5% 0 !important;
    }
     
    .three-column-grid .et_pb_grid_item:nth-child(3n) {
    margin-right: 0 !important;
    }
     
    .three-column-grid .et_pb_grid_item:nth-child(3n+1) {
    clear: left;
    }
     
    .three-column-grid .et_pb_grid_item:nth-child(4n+1) {
    clear: unset !important;
    }
     
    }