let h3 = 'Stay connected.'
let p = 'Learn alongside other subscribers with live video content, created by expert language coaches.'
let bg = "url('/lp/globals/img/livelessons-efficacy.jpg')"
let h3 = 'Skip the games.'
let p = 'Get real-world conversation tips with live video content (created by expert coaches) to get speaking ASAP.'
let bg = "url('/lp/globals/img/livelessons-socialization.jpg')"
var el = document.querySelector('.livelectures')
document.querySelector('.livelectures h3').innerText = h3
document.querySelector('.livelectures > div p').innerText = p
document.querySelector('.livelectures > div p').style.maxWidth = '356px'
el.style.backgroundImage = bg