.banner_grid_new{display:flex;flex-direction:row;flex-wrap:wrap}.w_b_WN{width:25%}.w_EP2w{width:50%}.grid_two_cont{display:flex}.grid_two_box{width:50%}.grid_image{margin-top:10px;padding:0 5px}.grid_image a{display:block}.grid_image img{border-radius:7px}


/*! mobile responsive */
/*! mobile responsive */@media (max-width:767px){.w_EP2w,.w_b_WN{width:100%}.banner_grid_new{display:grid;grid-template-columns:repeat(2,1fr);grid-template-areas:"child2 child2" "child1 child3"}.banner_grid_new>:first-child{grid-area:child1}.banner_grid_new>:nth-child(2){grid-area:child2}.banner_grid_new>:nth-child(3){grid-area:child3}}

/*! mobile responsive */
/*! mobile responsive */