.menu-wrapper {
  padding: 50px 30px;
  background: #fafafa;
}

.menu-wrapper h2 {
  margin-top: 40px;
  color: #b71c1c;
  font-size: 28px;
  border-bottom: 3px solid #b71c1c;
  display: inline-block;
  padding-bottom: 5px;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.menu-grid p {
  background: white;
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 16px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}