.text {
    text-align: justify;
}
.section-heading {
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #291d16;
}

.meal-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.meal-card h5 {
  font-weight: 600;
  color: #291d16;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.meal-card h5 i {
  color: #e09f3e;
  margin-right: 10px;
}

.meal-card p {
  color: #555;
  margin: 0;
}

.meal-features {
  list-style: none;
  padding-left: 0;
}

.meal-features li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  color: #555;
}

.meal-features li i {
  color: #4caf50;
  font-size: 18px;
  margin-right: 10px;
}
