.category-card--visual{min-height:250px;padding:18px;overflow:hidden}
.category-card__visual{height:170px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,#fafafa,#f1eeee);overflow:hidden;margin-bottom:16px}
.category-card__visual img{width:100%;height:100%;object-fit:contain;transition:.25s}
.category-card--visual:hover .category-card__visual img{transform:scale(1.04)}
@media(max-width:520px){.category-card--visual{min-height:180px;padding:10px}.category-card__visual{height:120px;margin-bottom:10px}}
