.demo-menu {
  display: flex;
  flex-flow: row wrap;

  .demo-menu-section {
    width: 300px;
    margin: 20px;
  }

  .demo-end-icon {
    justify-content: flex-end;
  }
}
