.categorize-items{grid-row-gap:12px;grid-column-gap:8px;display:grid;grid-template-columns:repeat(auto-fill,minmax(77px,1fr));justify-content:center;justify-items:center;margin:auto;max-width:512px;width:100%}.categorize-items.large{grid-template-columns:repeat(auto-fill,minmax(48%,1fr))!important}.categorize-items .categorize-item{height:80px;width:100%}@media screen and (min-width:438px){.categorize-items.small{grid-template-columns:repeat(auto-fill,minmax(calc(25% - 8px),80px));justify-items:normal}.categorize-items.large{grid-template-columns:repeat(auto-fill,minmax(48%,1fr))!important}.categorize-items.large .categorize-item{height:80px;width:100%}.categorize-items .categorize-item{height:auto;width:auto;aspect-ratio:1/1}}