.other-cat-card {
  border: 1px solid rgba(16, 20, 49, 0.08);
  background: #ffffff;
  border-radius: 0.625rem;
  transition: box-shadow 0.15s ease, -webkit-transform 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, -webkit-transform 0.15s ease;
}
.other-cat-card:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 0.5rem 1.5rem rgba(16, 20, 49, 0.1);
}
.other-cat-card__title {
  color: #101431;
}

.other-cat-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  background: #dfe0eb;
  border-radius: 0.625rem;
}
.other-cat-icon img {
  display: block;
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*# sourceMappingURL=org-cat-card.css.map*/