@charset "utf-8";

@media (min-width: 1200px)
{
	.heroTitle
	{
		width:50%;
	}
	/*.minusIcon
	{
		display: none !important;
	}*/
}

@media (min-width: 968px) and (max-width:1200px){
	.heroTitle
	{
		width: 65%
	}
	/*	.minusIcon
	{
		display: none !important;
	}*/
	
}




@media (min-width: 450px) and (max-width: 968px){
	.heroTitle
	{
		width:75%;
	}
}

@media (min-width: 0px) and (max-width: 450px){
	.heroTitle
	{
		width:100%;
	}
}
