.navigation.desktop .dropdown-menu .imagebox-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.navigation.desktop .dropdown-menu .imagebox-container .nav-widget .content-section {
	margin: 15px 0 0 0;
	border-bottom: 1px solid rgb(208, 208, 208);
}
.navigation.desktop .dropdown-menu .imagebox-container .nav-widget h4 {
	font: 800 14px 'open-sans', sans-serif;
	line-height: normal;
	line-height: 1.4em;
	color: rgb(0, 0, 0);
	margin-bottom: 5px;
	letter-spacing: 0.8px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

@media screen and (min-width: 40em) {
	.navigation.desktop .dropdown-menu .imagebox-container .nav-widget:first-of-type {
		margin-right: 20px;
	}
}

@media screen and (min-width: 64em) {
	.navigation.desktop .dropdown-menu .imagebox-container .nav-widget {
		margin-right: 0;
	}
}