.footer {
  position: relative;
  width: 100%;
  padding: 0 0 3rem;
}

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

.footer-copy {
  width: 100%;
  margin: 2rem auto 0;
  font-size: 12px;
  text-align: center;
  color: #000;
}

.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: 743px) {
  .footer {
    padding: 0 0 3rem;
  }

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

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

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

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

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .footer-link-item img {
  height: 3.4rem;
}
}
