.mega-menu {
  height: auto;
  margin: 0 auto;
  position: relative;
  border: solid 1px #000000;
}
.menu_white {
  background-color: #FFF;
}
@media only screen and (max-width: 1180px) {
  .mega-menu {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .mega-menu {
    width: auto;
  }
}
.mega-menu {
  border: none;
  text-align: center;
  align-self: center;
  padding: 0;
}
