.category-wall{position:relative}
.category-wall-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;justify-content:center}
.category-wall-item img{width:5rem;height:5rem;border-radius: 50%;background-color: #E9D9DB;}
.category-wall-item .name{font-weight:500;font-size:.75rem;line-height:1.5;text-align:center}
@media screen and (min-width:1200px) {
    .category-wall-item{gap:1.125rem}
    .category-wall-item img{width:8.75rem;height:8.75rem}
    .category-wall-item .name{font-size:.875rem}
}