@media screen and (max-width: 768px) {
	header > div:nth-child(1) {
		display: none;
	}
	main .title {
		font-size: 5vw!important;
	}
	#certify {
		width: 100vw;
		overflow: hidden;
	}
	body > main > div.content > div:nth-child(1) {
		display: none;
	}
	body > main > div.content > div:nth-child(2) {
		grid-column: 3 / 32!important;
	}
	body > section > div:nth-child(1) {
		font-size: 5vw!important;
	}
	.hamburger_logo {
		z-index: 21;
		position: relative;
	}
	.content p {
		font-size: 2.4vw;
	}
}