.menu-drawer__navigation {
  display:flex;flex-wrap:wrap;justify-content:center;gap:15px;text-align:center
}
.menu-drawer__menu-item {
  display:flex;align-items:center;justify-content:center;width:110px;height:110px;background:#f7f7f7;border-radius:10px;font-weight:600;text-transform:uppercase
}
