.season-recipe {
  padding-bottom: 18px!important;
  padding-top: 48px!important;
  min-height: auto!important
}
.season-recipe .display-flavor-info-container,
.season-recipe .display-flavor-info-container-wrapper,
.season-recipe .flavor-info-container,
.season-recipe .flavors-details-container,
.season-recipe .grid-x {
  height: 100%
}
@media screen and (max-width:1023px) {
  .season-recipe {
    padding-bottom: 0!important;
    padding-top: 0!important
  }
  .season-recipe .display-flavor-info-container,
  .season-recipe .display-flavor-info-container-wrapper,
  .season-recipe .flavor-info-container,
  .season-recipe .flavors-details-container,
  .season-recipe .grid-x {
    height: auto
  }
  .season-recipe .flavor-info-container {
    margin-bottom: 40px
  }
  .season-recipe .display-flavor-info-container-wrapper {
    margin-top: 60px!important
  }
}
.season-recipe .flavor-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0!important
}
.season-recipe__title {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 24px
}
@media screen and (max-width:1023px) {
  .season-recipe__title {
    font-size: 30px;
    line-height: 39px;
    letter-spacing: -.02em;
    margin-bottom: 16px
  }
}
.season-recipe .categories-navigation-container {
  margin-top: 0
}
.season-recipe__description {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 32px
}
.season-recipe__img {
  border-bottom-left-radius: 12.5rem;
  overflow: hidden
}
@media screen and (max-width:1023px) {
  .season-recipe__description {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 20px
  }
  .season-recipe__img {
    width: 100%;
    margin-bottom: 42px;
    border-bottom-left-radius: 80px
  }
}
.season-recipe__img img {
  width: 100%
}
.season-recipe .link-black:before {
  margin-top: 0
}
.season-recipe .link-black span {
  color: #222;
  padding: .625rem 0 .625rem 1.875rem
}
[data-animation].season-recipe .season-recipe__info-wrapper {
  position: relative;
  top: 6.25rem;
  opacity: .5
}
[data-animation].season-recipe .season-recipe__info-wrapper.content-animation {
  opacity: 1;
  top: 0;
  -webkit-transition: top,opacity 1.5s,1s;
  transition: top,opacity 1.5s,1s
}