.navClassi {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-direction: row;
	gap: 16px;
	padding: 0 16px;
}