.menu-header-navigation-container .menu {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .menu-header-navigation-container .menu {
    justify-content: center;
  }
}

.menu-header-navigation-container .menu-item + .menu-item {
  margin-left: 5px;
}

.bg-gray {
  background: #f4f4f4 left 110% no-repeat;
}

.ca-header {
  height: 20rem;
}

.lead {
  font-size: 1rem;
}

.menu-header-navigation-container .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: auto;
  white-space: nowrap;
  list-style: none;
}

.menu-header-navigation-container .menu-item + .menu-item {
  margin-left: 5px;
}
