.footer-top {
  position: relative;
  top: 2px;
}

.footer-inner {
  padding-top: 85px;
  padding-bottom: 50px;
  background-color: #140300;
}

footer h2 {
  color: #fff;
  font-family: 'Afacad', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.footer-share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
}

.footer-share-links {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

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

.footer-copyright {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}

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

.footer-privacy a {
  color: #ff9aad;
  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 #ff9aad;
  padding-bottom: 4px;
  gap: 6px;
  margin-bottom: 20px;
  display: inline-flex;
}

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

.footer-logo {
  max-width: 243px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .footer-inner {
    padding-top: 24px;
    padding-bottom: 84px;
  }

  .footer-share {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }

  .footer-share-links {
    gap: 15px;
  }

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

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

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

  .footer-logo {
    max-width: 183px;
  }
}
