// Mobile Heading Sizes // @media only screen and (max-width: 990px) { h1 { font-size: 20px !important; line-height: 90px} } @media only screen and (max-width: 640px) { h1 { font-size: 40px !important; line-height: 10px } }