function HowItWorks() {
  return (
    <section id="how" className="section-pad" style={{ background: 'var(--teal-15)' }}>
      <div className="container">
        <h1 className="t-h1" style={{ margin: 0, color: '#000', maxWidth: 900 }}>
          The programme will put you in charge of your energy system – and your weight.
        </h1>
      </div>
    </section>
  );
}
window.HowItWorks = HowItWorks;
