
.beforeafter {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
.beforeafter:first-child {
	margin-right: 4%;
}
@media (max-width: 768px) {

	.beforeafter {
	width: 100%;
	display: block;
}
.beforeafter:first-child {
	margin-right: 0;
}
}