/* Desktop */
.footer-table {
  width: 100%;
}

.footer-left,
.footer-right {
  width: 50%;
  vertical-align: middle;
}

/* Mobile */
@media only screen and (max-width: 600px) {

  .footer-table tr {
    display: block;
    width: 100%;
  }

  .footer-table td {
    display: block;
    width: 100% !important;
    text-align: center !important;
    box-sizing: border-box;
  }

  .footer-right {
    margin-top: 10px;
  }
}