<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 1024px) {
	.for_desktop {
		display: none;
	}
	.for_tablet {
		display: block;
	}
	.rs-layer.rev_text {
		font-size: 50px !important;
		line-height: 120% !important;
	}
}

@media only screen and (max-width: 640px) {
	.rs-layer.rev_text {
		font-size: 40px !important;
		line-height: 120% !important;
	}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
	#rev_slider_6_1_forcefullwidth  rs-slide[data-key="rs-15"] .mkdf-btn.mkdf-btn-medium{
		margin-top: 50px !important;
	}
	#rev_slider_6_1_forcefullwidth  rs-slide[data-key="rs-16"] .mkdf-btn.mkdf-btn-medium{
		margin-top: 50px !important;
	}
}
/*****view 768******/
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
	#rev_slider_6_1_forcefullwidth  rs-slide[data-key="rs-15"] .mkdf-btn.mkdf-btn-medium{
		margin-top: 60px !important;
	}
	#rev_slider_6_1_forcefullwidth  rs-slide[data-key="rs-16"] .mkdf-btn.mkdf-btn-medium{
		margin-top: 60px !important;
	}
}</pre></body></html>