How to change product category font size on Shop Page

To change product category font size on Shop Page, like this.

You can use this code to Custom CSS box.

div.category-navigation *, div[class*="nested-category"] * {
    font-size: 14px !important;
}