{% set listOfServices = craft.entries({
    section: 'services',
    orderBy: 'serviceCategory ASC, title ASC',
    site: 'tphMain1000',
}).all() %}