
.mobile-before-content {
	margin-bottom: 20px;
	width: 100%;
}
@media screen and (min-width: 1024px) {
	.mobile-before-content {
		display: none;
	}
}
@media print {
	.mobile-before-content {
		display: none;
	}
}
