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