@media (min-width: 768px) {
	.navigation-space {
		height: 143px;
	}
}
@media (max-width:575px) {
	.navigation-space {
		height: 142px;
	}
}
