  /*Special rules to override sub-landing page defaults for header section*/
/*.hero-primary__left {
  
    margin-left: auto;
    margin-right: auto;
}
*/
h2 .text-purple{
    display:none;
}


@media only screen and (min-width: 400px) {
    /* Style adjustments for viewports that meet the condition @400px*/

}

@media only screen and (min-width: 500px) {
    /* Style adjustments for viewports that meet the condition @500px*/
	


}


@media only screen and (min-width: 768px) {
    /* Style adjustments for viewports that meet the condition @768px*/
 
  }
  



@media only screen and (min-width: 1000px) {
    /* Style adjustments for viewports that meet the condition @1000px*/
	

	
}

@media only screen and (min-width: 1200px) {
    /* Style adjustments for viewports that meet the condition @1200px*/
	
	
	
}

