How to style category boxes?

in common css of a theme or theme component:

.category-boxes .description,
.category-boxes h3 {
    text-align: left;
}

sceenshot of result:

1 Like