.nd-ingredient {
  background: var(--nd-color-surface-alt, #F0F0EA);
  border-radius: 20px;
  margin-top: 50px;
  padding-bottom: 50px;
}
.nd-ingredient:hover .photo-wrapper-image {
  transform: translateY(5px);
}
.nd-ingredient .nd-ingredient-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 273px;
  margin: 0 auto;
}
.nd-ingredient .nd-ingredient-wrapper .nd-ingredient--image {
  margin: 0 auto;
  top: -50px;
  position: relative;
}
.nd-ingredient .nd-ingredient-wrapper .nd-ingredient--image .photo-wrapper-image {
  border-radius: 20px;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.nd-ingredient .nd-ingredient-wrapper .ingredient--text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: -50px;
}
.nd-ingredient .nd-ingredient-wrapper .ingredient--text .nd-ingredient-title {
  font-weight: normal;
  font-size: 1.2rem;
  margin: 0 20px;
}
.nd-ingredient .nd-ingredient-wrapper .ingredient--text .nd-ingredient-presentation {
  font-size: 1rem;
  margin: 0 20px;
}
.nd-ingredient .nd-ingredient-wrapper .ingredient--text .nd-ingredient-presentation p {
  margin: 0;
}

/*# sourceMappingURL=ingredient.css.map */
