@media (min-width: 1024px) {
	.navigation-space {
		height: 215px;
	}
}
@media (max-width: 1023px) {
	.navigation-space {
		height: 230px;
	}
}