.category-pillars{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.category-pillar{background-color:#000;height:150px;overflow:hidden;position:relative;text-decoration:none}.category-pillar img{object-fit:cover;transition:all .3s ease;width:100%}.category-pillar:hover img{opacity:.8}.category-pillar span{background-color:#fff;border-radius:8px;color:#104999;font-size:12px;font-weight:900;left:50%;padding:3px 6px;position:absolute;text-decoration:none;top:50%;transform:translate(-50%,-50%);white-space:nowrap}@media (min-width:768px){.category-pillars{flex-wrap:nowrap}}