For 1st Div I extend .highlight with .highlight_desktop_off so .highlight class does not apply to this DIV in desktop mode (if screen is higher than 1024).
For 1st Div I extend .highlight with .highlight_tablet_off so .highlight class does not apply to this DIV in tablet mode (if screen is higher than 640 and lower then 1024).
For 1st Div I extend .highlight with .highlight_mobile_off so .highlight class does not apply to this DIV in mobile mode (if screen greter than 0 and lower then 640)
Resize your browser then refresh and check the result