/*
 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
*/
 
 
/* =La customisation du thème commence ci-dessous
------------------------------------------------------- */
/* TWO COLUMN PORTFOLIO GRID LAYOUT */

@media only screen and ( min-width: 768px ) {

.two-column-grid .et_pb_grid_item {
width: 33% !important;
margin: 0 7.5% 7.5% 0 !important;
}
 
.two-column-grid .et_pb_grid_item:nth-child(3n) {
margin-right: 0 !important;
}

.two-column-grid .et_pb_grid_item:nth-child(3n+1) {
clear: left;
}

.two-column-grid .et_pb_grid_item:nth-child(4n+1) {
clear: unset !important;
}

}