/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2025 | 01:20:22 */
.mobile-block{
		display:block
	}
.desktop-block{
	display:none
}

@media (min-width: 768px) {
	.desktop-block{
		display:block !important
	}
	.mobile-block{
		display:none !important
	}
}