@media (min-width: 1400px) {
	:root {
		--GanmarContainerWidth: 1320px;
	}
	
	h1 {
		font-size: 55px;
		line-height: 110%;
	}
	
	header {
		height: 172px !important;
		padding-bottom: 60px !important;
		padding-top: 60px !important;
	}
}