
.hero-main{
	font-size:40px;
	line-height: 44px;
}

.hero-sub{
	font-size:22px;
	line-height: 33px;
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 400px) {

	
	.hero-sub{
		font-size:16px !important;
		line-height: 24px !important;
	}
  
}