@media (min-width: 768px) {
	body.isMobile label {
		font-size: 1.2rem !important;
	}
}

body.isMobile label {
	color: black !important;
	font-weight: bold !important;
	font-size: 1rem !important;
}
