@media screen and (max-width: 1200px) {
		html:not(.mobileHomeHeader),body {
		font-size: 15px;
	}
}
@media screen and (max-width: 1024px){
	.banerTitle{
		text-align: center;
		border-radius: 0;
	}
	.banerTitle .innerTitle h1{
		font-size: 2.75rem;
	}
	.banerTitle .titleLabel{
		left: 15px;
	}
}

@media screen and (max-width: 600px){
	.banerTitle .innerTitle{
		padding: 2rem 15px ;
	}
	.banerTitle .innerTitle h1{

		font-size: 2.25rem;
	}
	.formContainer .step9 .innerStep{
		padding: 0;
	}
	.mobileInsurance .formContainer .step9 .innerStep{
		padding: 20px;
	}

}
@media screen and (max-width: 375px){
	.banerTitle .titleLabel span{
		border-radius: 10px;
	}
	.banerTitle .titleLabel span:after{
		display: none;

	}
}