@media (min-width: 1024px) {
	.navigation-space {
		height: 157px;
	}
}
@media (max-width: 1024px) {
	.navigation-space {
		height: 160px;
	}
}
