You may try XPath, in my experience, it usually works better than using IDs. (docs here)
driver.find_element(By.XPATH, 'XPath here')
You can obtain the XPath by going into DevTools on your browser,
DevTools > Elements > (Right click on the element) > Copy > Copy XPath