.main_content h1{
	font-size:36px !important;
	font-weight: 500;
	color: #0a1b98 !important;
	line-height: 38px;
	word-break: break-word;
	text-align:center !important;
}
@media only screen and (max-width:768px){
	.main_content h1{
		font-size:28px !important;
		font-weight: 500;
		color: #0a1b98 !important;
		line-height: 38px;
		word-break: break-word;
		text-align:center !important;
	}

}