"""
from lxml import etree
html = etree.HTML(html_tex)
title = html.xpath('//div[@id="js-trips"]//div[@class="section-heading"]/h3/text()')[0]
# title2 = html.xpath('//div[@id="js-trips"]//div[@class="section-heading"]/div/span/text()')
dep = html.xpath('//div[@class="flight-card"]//div[@class="flight-card-itinerary-row"]/div[1]')