.product-banner-hero h1{
    font-size: 48px ;
    line-height: 1.4em ;
}
@media screen and (max-width: 600px) {
	.product-banner-hero h1{
		font-size: 40px ;
		line-height: 1.4em ;
	}
}