<style>
  @media (max-width: 600px) {
    #two-column-header tr {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    #two-column-header td {
      width: 100% !important;
      text-align: center !important;
      padding-left: 16px !important;
      padding-right: 16px !important;
    }

    #two-column-header td:first-child a {
      display: inline-block;
      width: 100%;
    }

    #two-column-header td:first-child img {
      margin-left: auto;
      margin-right: auto;
      display: block;
    }

    #two-column-header h4,
    #two-column-header p {
      text-align: center !important;
    }
  }
</style>
