.footer-links-con {
  align-items: right;
  justify-content: end;
}
.footer-links-con * {
  max-width: fit-content !important;
}

.footer-links-con a {
  text-decoration: none !important;
  color: black !important;
}

.footer-icon-con a {
  border-radius: 50%;
  overflow: hidden;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
}

.footer p {
  margin: 0 !important;
}

main {
  overflow-y: clip;
}

.footer-mobile .footer-links-con {
  justify-content: center !important;
  flex-wrap: nowrap !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
