How to query a CPT category without using WP categories?

Hi, I want to query CPT UI posts for additional options. Just like in this VIDEO.

I have a CPT UI post type named Services (Services CPT).
For this Services CPT UI post type I created a ACF group with the same name Services (Services ACF).
Now I added a Type field to the Services ACF Group, which includes multiple options: Gardening & Construction.

How would I query further for those fields?
My approach is to take a Query block and chose for posts the post type Services. But what should I do to query further for the gardening fields only?