@charset "UTF-8";

/* .ingredients-story-h3 {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
} */

.ingredients-story__title {
  padding-bottom: 15px;
  font-weight: bold;
}

.ingredients-story {
  background-color: #FFFFFF;
  margin-top: 20px;
}

.ingredients-story__img {
  width: 20%;
  vertical-align: middle;
}

.ingredients-story__text {
  vertical-align: middle;
}

.text-area {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .ingredients-story__text {
    width: 100%;
    display: block;
  }

  .ingredients-story__img {
    margin: 30px auto;
    width: 90%;
    display: block;
  }

  .text-area {
    margin-left: 0px;
  }

  .ingredients-story__img img {
    margin: 0px auto !important;
  }
}