@media screen and (max-width: 768px) {
	.box {
		width: 90%;
	}
	
	.box H1 {
		font-size: 25px;
	}
	
	.box H2 {
		font-size: 20px;
	}
}