

.footer-address .wrapper-alt div {
    /* flex: 1; */
}

.footer-address .wrapper-alt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 768px) {
    .footer-address .wrapper-alt {
      flex-direction: column;
      align-items: center;
    }

    .footer-address .third {
      width: 100%;
      text-align: center;
    }

    .footer-address .third.right {
      justify-content: center;
    }
  }