.recipe-card:nth-child(2n+1) .image-teaser-comp .u-position-relative,
.recipe-card:nth-child(2n+1) .image-teaser-comp .u-position-relative img {
  border-radius: 0 6.25rem 0 0
}
.recipe-card .image-teaser-comp img {
  display: block;
  width: 100%
}
@media print,
screen and (min-width:64em) {
  .recipe-card:nth-child(2n+1) .grid-x {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .recipe-card:nth-child(2n+1) .image-teaser-comp > .grid-x {
    gap: 7.1%
  }
  .recipe-card .grid-margin-x {
    margin-left: 0;
    margin-right: 0
  }
  .recipe-card .image-teaser-comp > .grid-x {
    gap: 6.45%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .recipe-card .image-teaser-comp > .grid-x .cell {
    margin: 0
  }
  .recipe-card .image-teaser-comp > .grid-x .large-11 {
    width: 49%
  }
  .recipe-card .image-teaser-comp > .grid-x .large-9 {
    width: 39.4%
  }
}
.recipe-step > div,
.recipe-step > div > div {
  height: 100%
}
.recipe-step > div > div > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.recipe-step__media {
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  -webkit-mask-image: -webkit-radial-gradient(white,#000)
}
@media screen and (max-width:767px) {
  .recipe-step__media {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
  }
}
.recipe-step__media_separate {
  margin-bottom: 32px;
  overflow: hidden;
  border-radius: 16px;
  -webkit-mask-image: -webkit-radial-gradient(white,#000)
}
@media screen and (max-width:767px) {
  .recipe-step__media_separate {
    border-radius: 8px
  }
}
.recipe-step__info {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  background: #f5f5f5;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  margin-bottom: 32px;
  padding: 28px 20px 22px;
  -webkit-mask-image: -webkit-radial-gradient(white,#000)
}
.recipe-step__title {
  font-weight: 700;
  font-size: 28px
}
@media screen and (max-width:767px) {
  .recipe-step__info {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 20px 20px 15px
  }
  .recipe-step__title {
    font-size: 20px
  }
}
.recipe-step__description {
  font-size: 17px;
  line-height: 1.25
}