.Grid{justify-content:space-between;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:16px;gap:16px}@media(min-width:1400px)and (max-width:1620px){.Grid{grid-template-columns:repeat(4,1fr)}.Grid>div{max-width:270px;max-height:290px}}@media(max-width:1399px){.Grid{grid-template-columns:repeat(3,1fr)}.Grid>div{max-width:340px;max-height:360px}}@media(max-width:1200px){.Grid{grid-template-columns:repeat(2,1fr)}.Grid>div{max-width:340px;max-height:360px}}@media(max-width:800px){.Grid{grid-template-columns:1fr}.Grid>div{max-width:300px;max-height:320px;justify-self:center}}.scrollbar{display:flex;gap:16px;overflow-x:auto}.scrollbar>div{flex:0 0 auto;margin-bottom:16px}.scrollbar ::-webkit-scrollbar-thumb{width:8px}