.gallery-products{flex-direction:column;gap:24px;width:90%;max-width:1920px;margin:auto;display:flex}.gallery-products__title{border-bottom:2px solid #ddd;align-items:center;gap:8px;padding-bottom:8px;display:flex}.gallery-products__title h2{color:#2e2e2e;font-size:20px}.gallery-products__title svg{font-size:20px}.gallery-products__products{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;display:grid}@media (min-width:769px){.gallery-products__products{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (min-width:1025px){.gallery-products__products{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}
