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