How to move category block count below category block description?

Please help me with css code that will reliably move the category block count below the category block description without shiting position on different screen.

Right now, I used the following css to achieve partial success, but the count will shift position depending on the screen size and it looks ugly on screen width smaller than 340px or wider than 500px so, I resorted to @media query to hand great shift.

@media all and (min-width: 961px) {
  .hp-listing-category--view-block .hp-listing-category__item-count {
    position: absolute;
    left: 2rem;
    top: 86%;
  }
}

Someone should pls help with a better css to position the category count below the category description reliably on all screen without shifting position.

Hi,

Sorry, there’s no simple code snippet for this, it would require a custom implementation. If customizations beyond the available features are required for your site, please consider hiring someone for custom work https://fvrr.co/32e7LvY

No help?