How do you sort an MapList based on value of Key

How do you sort an MapList based on value of Key

Hello,

How do you sort a Maplist based on the value of one key.
For example, let's say you have ;

product_Detail = {{"company":"Zoho","Product":"Creator"},{"company":"Alphabet","Product":"Google"},{"company":"ChannelsTV","Product":"TV"}};

And assuming I need to sort based on Company key values. How would you sort this?