@media (min-width: 1200px) {
  .menu--main .menu > .dropdown:hover > .dropdown-menu {
    min-width: 20rem;
  }
}