.department #sidebar .tabH4_Main {
	font-size: 2.8rem !important;
}

@media (min-width: 992px) and (max-width: 1199px){
	.department #sidebar .tabH4_Main {
	font-size: 2.3rem !important;
}
	
}

@media (min-width: 768px) and (max-width: 991px){
	.department #sidebar .tabH4_Main {
	font-size: 2.3rem !important;
}
}

@media (max-width: 480px){
	.department #sidebar .tabH4_Main {
	font-size: 2.3rem !important;
}
}


