.navbar-nav {
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		font-size: 1.6rem;
		align-items: center;
		font-weight: normal ;
justify-content: center;

		& > li {
			&:hover,
			&.--hover {
				& > ul {
					display: grid;
				}