.search-sections {
	padding: 0px 15px 15px 0px;
	width: 100%;
	float: left;
}
@media (min-width: 768px) {
	.search-sections {
		-moz-column-count: 2;
	    -ms-column-count: 2;
	    -webkit-column-count: 2;
	    column-count: 2;
	}
}
@media (min-width: 992px) {
	.search-sections {
		-moz-column-count: 3;
	    -ms-column-count: 3;
	    -webkit-column-count: 3;
	    column-count: 3;
	}
}
@media (min-width: 1200px) {
	.search-sections {
		-moz-column-count: 4;
	    -ms-column-count: 4;
	    -webkit-column-count: 4;
	    column-count: 4;
	}
}
