@media only screen and (min-width: 500px) and (max-width: 792px){		.parallax section{		min-height: 300px;	}		h1{				font-size: 27.2px;						line-height: 27.2px;			}	}@media only screen and (max-width: 500px){		.parallax section{		min-height: 300px;	}			h1{				font-size: 22.4px;						line-height: 22.4px;			}}