


@media only screen and (max-width: 1024px) {
	.title h1 {
		line-height: 1.5em;
font-size: 30px;
	}
}
@media only screen and (max-width: 480px) {
	.custom_font_resize h1 {
		font-size: 52px;
	}
}