.frequently-title{
	font-size: 40px !important;
	font-weight: bold !important;
}

@media (max-width: 480px) {
	.frequently-title { 
		font-size: 30px !important;
		font-weight: bold !important;
	}
	
	#main-banner {
		height: 200px !important;
	}
	#main-banner-bg {
		min-height: 100% !important;    
	}
}    