.network_posts_grid_two_columns {
	width: 100%;
}

.network_posts_grid_two_columns .network_posts_grid_item_col_1 {
	float: left;
	width: 47.5%;
}

.network_posts_grid_two_columns .network_posts_grid_item_col_2 {
	float: right;
	width: 47.5%;
}

.network_posts_grid_two_columns .clearfix {
  clear: both;
}

@media screen and (max-width: 768px) {
	.network_posts_grid_two_columns .network_posts_grid_item_col_1,
	.network_posts_grid_two_columns .network_posts_grid_item_col_2{
		float: none;
		width: 100%;
	}
}
