
.basic-col-wrap {
	padding: 2em 0;
}

.basic-col-wrap.col-count-2 .col,
.basic-col-wrap.col-count-3 .col,
.basic-col-wrap.col-count-4 .col   {
	display: inline-block;
	vertical-align: top;
}

.basic-col-wrap.col-count-2 .col {
	width: 47%;
	margin-right: 2%;
}

.basic-col-wrap.col-count-3 .col {
	width: 31%;
	margin-right: 2%;
}

.basic-col-wrap.col-count-4 .col {
	width: 23%;
	margin-right: 2%;
}

.basic-col-wrap .col:last-child {
	margin-right: 0;
}

/* Tablets - General */

@media (min-width: 768px) and (max-width: 1024px) {
	
	.basic-col-wrap.col-count-3 .col {
		width: 47%;
		margin-right: 2%;
	}
	
	.basic-col-wrap.col-count-4 .col {
		width: 47%;
		margin-right: 2%;
	}

}

/* Smartphones - General */

@media (max-width: 767px) {

	.basic-col-wrap.col-count-2 .col {
		width: 100%;
		margin-right: 0;
		display: block;
	}
	
	.basic-col-wrap.col-count-3 .col {
		width: 100%;
		margin-right: 0;
		display: block;
	}
	
	.basic-col-wrap.col-count-4 .col {
		width: 100%;
		margin-right: 0;
		display: block;
	}

}