.share-cont {
  padding: 0 0 8%;
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  z-index: 2;
  letter-spacing: 0.03em;
}

.share-top {
  margin-top: 3rem;
}

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

.share-link-item {
  width: 4.4rem;
  margin: 0 1rem 0;
}

.share-link-item img {
  width: 100%;
}

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

.footer-logo {
  width: 240px;
  margin: 0 auto 2rem;
}

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

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

  .share-top {
    margin-top: 1rem;
  }

  .share-link {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .share-link-item {
    width: 4rem;
    margin: 0 1rem 0;
  }

  .footer {
    padding: 0 0 2rem;
  }

  .footer-inner {
    width: 100%;
  }

  .footer-logo {
    width: 50%;
    margin: 0 auto 2rem;
  }

  .footer-copy {
    font-size: 12px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  
}