@media (max-width: 420px) {
  .menu-grid {
    grid-template-columns: 1fr !important;
  }

  .menu-button {
    min-height: 78px;
  }

  .menu-title,
  .menu-subtitle {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  .menu-subtitle {
    line-height: 1.35;
  }
}
