.product-page-recipes-tab{display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:30px;width:1000px}@media(min-width:1280px)and (max-width:1439px){.product-page-recipes-tab{width:850px}}@media(min-width:768px)and (max-width:1279px){.product-page-recipes-tab{grid-template-columns:repeat(2,1fr);width:100%}}@media(max-width:767px){.product-page-recipes-tab{-moz-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));max-width:100%}.product-page-recipes-tab .RecipeCard{max-width:100%;width:100%}.product-page-recipes-tab .RecipeCard .RecipeCard__img-block__img{max-height:173px;width:100%}.product-page-recipes-tab .RecipeCard .RecipeCard__info-block__bottom{margin-top:0}.product-page-recipes-tab .RecipeCard .RecipeCard__info-block{height:auto;justify-content:space-between}}