 .level-menu-three{
	width: 100%;
	max-height: 24px;
	margin-top: 0px;
	margin-bottom: 20px;
	order: 3;
}
.menu-three .nav-link{
	color: #000;
	font-family: "Cera Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	font-family: "Montserrat", sans-serif;
	padding-left: 0 !important;
}
.header-new .header__nav{
	padding-bottom: 5px;
}
.nav-item {
    display: flex;
}

@media (max-width: 1479px) {
	ul.menu-three {
		gap: 35px;
	}
	
}