.category-cards{display:flex;flex-wrap:wrap;margin:0 -1em}.category-card{display:flex;flex:1 1 40%;border-radius:2px}.category-card .link{position:relative;display:flex;flex-direction:column;flex-grow:1;margin:1ex;color:#333;background-color:var(--GREY-super-light)}.category-card .image{margin:auto;padding-top:1em;width:160px;height:auto;mix-blend-mode:darken}.category-card .card-img{display:block;width:auto;height:auto}.category-card .title{height:3em;display:flex;align-items:center;justify-content:center;font-weight:700;text-align:center;line-height:1.2}.category-card .symbol{display:block;width:100%;height:auto;padding:22%;fill:#666}@media (min-width:40em){.category-card{flex:1 1 33.3%}.category-card .link{margin:1em}}@media (min-width:60em){.category-card{flex:0 1 33.3%}}