<div class="already-installed">
  <div class="page-footer__title">
    <h2>Already installed the App?</h2>
  </div>
  <p class="page-footer__info">
    Click the button below to go the TradePro app.
  </p>
  <div class="page-footer__actions">
    <div class="page-footer__open">
      <button class="btn btn-primary">
        Open TradePro App
      </button>
    </div>
  </div>
</div>