footer {
  padding-bottom: 50px;
  background-color: #fff;
}

footer h2 {
  color: #e1c069;
  text-align: center;
  font-family: 'Cormorant Infant', serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-top: 46px;
  margin-bottom: 10px;
}

.footer-share-links {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.footer-share-links a {
  width: 50px;
}

.footer-copyright {
  color: #2f3a49;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.footer-privacy {
  text-align: center;
}

.footer-privacy a {
  color: #ff74b8;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ff74b8;
  padding-bottom: 4px;
  gap: 6px;
  margin: 15px 0 40px;
  display: inline-flex;
}

.footer-privacy img {
  width: 16px;
}

.footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.footer-logo-001 {
  max-width: 181px;
}

.footer-logo-002 {
  max-width: 201px;
}

@media screen and (max-width: 767px) {
  footer h2 {
    margin-top: 37px;
  }

  .footer-share-links {
    margin-bottom: 30px;
  }

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

  .footer-privacy a {
    margin: 10px 0 30px;
  }

  .footer-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
  }

  .footer-logo-001 {
    max-width: 145px;
  }

  .footer-logo-002 {
    max-width: 163px;
  }
}
