.footer {
  font-family: "Shopee Display";
  background: #fff;
  position: relative;
  padding: 2.75rem 0;
}
.footer-wrapper > *:not(:last-child) {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}
.footer-logo {
  display: block;
  width: 6.6989rem;
}
.footer-logo img {
  width: 100%;
  height: auto;
}
.footer-middle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-contact {
  flex-shrink: 0;
  width: 36.6875rem;
}
.footer-contact__list {
  list-style: none;
}
.footer-contact__item {
  color: rgba(26, 26, 26, 0.75);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.footer-contact__item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.footer-social {
  flex-shrink: 0;
}
.footer-social__list {
  list-style: none;
  display: flex;
  align-items: center;
}
.footer-social__item {
  flex-shrink: 0;
}
.footer-social__item:not(:last-child) {
  margin-right: 0.875rem;
}
.footer-social__item-link {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0.8px solid #000;
}
.footer-social__item-link img {
  width: auto;
  max-height: 1.126rem;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-company,
.footer-design {
  color: rgba(26, 26, 26, 0.75);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

@media (max-width: 639.98px) {
  .footer {
    padding: 1.3125rem 0;
  }
  .footer-wrapper.container {
    width: 100%;
    padding: 0 1rem;
  }
  .footer-logo {
    width: 5rem;
  }
  .footer-middle {
    flex-direction: column;
  }
  .footer-contact,
  .footer-social {
    width: 100%;
  }
  .footer-contact {
    margin-bottom: 1.25rem;
  }
  .footer-contact__item:not(:last-child) {
    margin-bottom: 0.875rem;
  }
  .footer-social__item:not(:last-child) {
    margin-right: 0.75rem;
  }
  .footer-social__item-link {
    width: 2rem;
    height: 2rem;
  }
  .footer-social__item-link img {
    max-height: 1rem;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-company {
    margin-bottom: 0.5rem;
  }
}
