.page__featured-article-card {
  margin-bottom: 80px
}
@media screen and (max-width:680px) {
  .page__featured-article-card {
    margin-bottom: 40px
  }
}
.container-1 {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 0 calc(8.33333% + .625rem)
}
@media screen and (max-width:1023px) {
  .container-1 {
    padding: 0
  }
}
.recipe-advices {
  margin-top: 60px;
  margin-bottom: 80px
}
@media screen and (max-width:767px) {
  .recipe-advices {
    margin-bottom: 40px
  }
}