::-webkit-scrollbar {
  display: none;
}

.Primary {
  font-family: sans-serif;
}

.modal {
  display: none;
  overflow-x: scroll;
}

.card-container {
  width: 100%;
  max-height: 500px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .leftResturantBox {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
