.gallery_recipe{display:grid;gap:8px 18px;grid-template-columns:repeat(2,1fr)}.gallery_recipe-item{position:relative}.gallery_recipe-item img{height:100%;object-fit:cover;width:100%}@media (max-width:767px){.gallery_recipe{grid-template-columns:1fr}}