.Navigation {
  display: inline-block;
  min-width: 100%;
}

.Navigation-group {
  @include clearfix;

  & + & {
    margin-top: 1.5rem;
  }
}
