Multi-column drop down menu in Debut theme

Add this css in Asset->theme.scss file at bottom:

@media only screen and (min-width: 767px) {
      .navigation-menu .has-dropdown:nth-child(7) .navigation-submenu {
             column-count: 2;
        }
    }

Note: i have give solution just by console so if you add any menu before “Brands” then change 7 to its sequence number.