

.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;
    }
  }

  .grace-hill-award-excellence {
    width: 100%;
    height: auto;
    max-width: 140px;
    display: block;
    margin: 0 auto;
  }