@media only screen and (max-width: 670px) {
	body {
		font-size: 20px;
	}

	h1 {
		font-size: 46px;
		line-height: 47px;
	}
}

@media only screen and (max-width: 450px) {
	body {
		font-size: 18px;
	}

	h1 {
		font-size: 36px;
		line-height: 37px;
	}
}