.four-columns .four-column {
	width:25%;
	box-sizing: border-box;
	position:relative;
}
.four-columns .four-column p,
.four-columns .four-column a {
	hyphens: auto;
}

@media only screen and (max-width: 999.9px) {
	.four-columns .four-column {
		width:25%;
	}
}
@media only screen and (max-width: 767.9px) {
	.four-columns .four-column {
		width:25%;
	}
}

@media only screen and (max-width: 576px) {
	.four-columns .four-column {
		width:50%;
	}

}
@media only screen and (max-width: 380px) {
	.four-columns .four-column {
		width:100%;
	}

}

