/**
 * Bootstrap customised
 *
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 */
.block__ricetta p {
  margin-bottom: 2rem;
}
.block__ricetta .cover {
  filter: drop-shadow(3px 3px 5px rgba(50, 50, 0, 0.1));
}
.block__ricetta .recipe {
  transform: rotate(0.993turn);
  font-family: "Homemade Apple";
  background-image: url(../img/background-recipe.png);
  clip-path: polygon(2% 0%, 0% 48%, 1% 60%, 0% 73%, 0% 88%, 3% 100%, 54% 99%, 85% 100%, 99% 100%, 100% 76%, 99% 51%, 100% 23%, 100% 1%, 86% 0%, 77% 0%, 67% 0%, 18% 0%);
}
.block__ricetta .recipe h2 {
  font-size: 20px;
}
.block__ricetta .recipe h2 {
  font-size: 18px;
  text-decoration: underline;
}
.block__ricetta .recipe h4 {
  font-size: 16px;
  text-decoration: underline;
}
.block__ricetta .recipe p {
  font-size: 14px;
}
.block__ricetta .recipe h2, .block__ricetta .recipe h3, .block__ricetta .recipe h4, .block__ricetta .recipe p, .block__ricetta .recipe li {
  font-family: "Homemade Apple";
  line-height: 1.8rem;
  font-weight: 300;
}
.block__ricetta .text {
  padding: 5% 3%;
}