

#mainNavigation {
  color: black;
  background-color: #e0e0e0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}


#col-lg-4{
	flex: 0 0 auto !important;
    width: 25% !important;
}

@media (min-width: 1024px) {
  .main-navigation-desktop {
    background-color: #e0e0e0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0;
  }
}

.cms-element-category-listing-item-title
{
	text-align: center !important;
}