bs4.BeautifulSoup.find_previous_sibling

BeautifulSoup.find_previous_sibling(name=None, attrs={}, text=None, **kwargs)

Returns the closest sibling to this Tag that matches the given criteria and appears before this Tag in the document.