@charset "UTF-8";

.section-article__related-recipe{
  padding: 48px 0;

  .c-sec-title{
    margin-bottom: 20px;
    text-align: center;

    span{
      display: block;
      margin-bottom: 4px;
      font-size: 1.8rem;
    }
  }
}

.section-article__related-recipe-list{
  margin-bottom: 16px;
  .c-recipe-card__image{
    width: 230px;
    height: 180px;
  }
}

@media screen and (min-width: 990px) {
  .section-article__related-recipe{
    padding: 60px 0;
  }

  .section-article__related-recipe-list{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
  }
}