  .indent {
  padding-left: 1em;
  text-indent: -1em
}



.recipe-material-list-text-menutitle {
  background: rgba(222, 212, 204, 0.5);
  padding: 10px 20px 10px;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  margin: 0 auto 26px
}
@media screen and (max-width: 768px) {
  .recipe-material-list-text-menutitle {
    background: rgba(222, 212, 204, 0.5);
    padding: 10px 20px 10px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    margin: 30px auto 20px
  }
}

.recipe-material-list-text-materials {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px
}
@media screen and (max-width: 768px) {
  .recipe-material-list-text-materials {
    font-size: 16px;
    font-weight: bold;
    margin-left: 5%;
    margin-bottom: 10px
  }
}




