.category-strip a { transition: transform .2s ease; }
.category-strip a:hover { transform: translateY(-5px); }
.category-strip .cat-img {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f4f4f7;
  border: 3px solid #fff;
  box-shadow: 0 7px 24px rgba(25,31,48,.13);
}
.category-strip .cat-img::before { display: none !important; content: none !important; }
.category-strip .cat-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  transition: transform .3s ease;
}
.category-strip a:hover .cat-img img { transform: scale(1.07); }
.category-strip a b { transition: color .2s ease; }
.category-strip a:hover b { color: #7660ce; }
@media(max-width:580px){.category-strip .cat-img{width:100px;height:100px}.category-strip a{min-width:112px}}
