.footer {
  position: relative;
  width: 100%;
  padding: 3rem 0 3rem;
  z-index: 99;
  background-color: #442204;
}

.footer-inner {
  width: 90%;
  margin: 0 auto;
}

.footer-copy {
  width: 50%;
  margin: 3rem auto 0;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.footer-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-link-item {
  margin: 0 0 0 1.2em;
}

.footer-link-item img {
  height: 2.6rem;
}

@media screen and (min-width: 1px) and (max-width: 750px) {
  .footer {
    padding: 4rem 0 4rem;
  }

  .footer-inner {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }

  .footer-copy {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 12px;
  }

  .footer-link {
    width: 100%;
    margin: 0 0 1.6em;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-link-item {
    margin: 0 0.5em 0;
  }

  .footer-link-item img {
    height: 2.6rem;
  }
}
