@media screen and (max-width: 768px) {
	h1{
		font-size: 24px !important;
	}
	h2 {
		font-size: 18px !important;
	}
	h3 {
		font-size: 18px !important;
	}

}