I am trying to get "how to use" text value from this page, see the screenshot:

I tried this css selector but I don't understand why I am not getting the text value
how_to_use = driver.find_element(By.LINK_TEXT, "How to use").click() #clicking on How to use section
how_to_use = driver.find_element(By.CSS_SELECTOR,"#qqrco4-accordion div").text #trying to get how to use section text
can anyone please help me?