<style>
/* icon छोटा करने के लिए */
.services-list-category-title .category-icon {
  font-size: 14px;        /* कितना छोटा चाहिए, यहाँ बदलो (px या rem) */
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-right: 8px;     /* नाम से gap */
}

/* अगर icon font-awesome या svg है तो इनको भी handle कर ले */
.services-list-category-title .category-icon i,
.services-list-category-title .category-icon svg {
  font-size: 14px;
  width: 1em;
  height: 1em;
  line-height: 1;
}

/* अगर icon image है */
.services-list-category-title .category-icon img {
  max-height: 1em;
  max-width: 1em;
  display: inline-block;
  vertical-align: middle;
}
</style>
