.overview_products .image-wrapper{display:flex;flex-direction:row;gap:var(--gap);padding:2rem 3rem 0;background-image:linear-gradient(180deg,var(--grey) 75%,transparent 75%)}.overview_products .image-wrapper>*{flex-shrink:1;width:auto}.overview_products .product-container{flex-grow:1;display:flex;flex-direction:column;gap:1em}@media (max-width:1024px){.overview_products .flexbox{align-items:stretch}.overview_products .image-wrapper{width:100%;flex-wrap:wrap;display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));flex-grow:1}.overview_products .image-wrapper>*{height:auto}}