@media screen and (max-width: 767px) {
  .sub-menu__container {
    width: 100%;
  }
  .sub-menu__container .container {
    max-width: 100%;
  }
}
