@charset "utf-8";

@media screen and (max-width: 1400px) {
	html{
		font-size: 20px;
	}
	
	h2{
  font-size: 1.3rem;
}

		
}

@media screen and (max-width: 1024px) {
	
	html{
		font-size: 18px;
	}
		
h2{
  font-size: 1.2rem;
}

}

@media screen and (max-width: 768px) {

	h2{
  font-size: 1rem;
}

		
	
}

