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

.footer-inner {
  padding-top: 37px;
  padding-bottom: 50px;
  background-image: url(../../img/footer/bg-white.png);
  background-repeat: no-repeat;
  background-size: cover;
}

footer h2 {
  background: var(--text-grade, linear-gradient(180deg, #002a43 0%, #496f94 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

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

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

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

.footer-copyright {
  background: var(--text-grade, linear-gradient(180deg, #002a43 0%, #496f94 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  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: #f8b3e7;
  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 #f8b3e7;
  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: 0;
    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;
    font-size: 14px;
  }

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

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