.absolute-footer {
  display: none;
}
.footer-middle {
  display: grid !important;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.footer-middle-links {
  display: flex;
  gap: 24px;
}
.footer-middle-shares {
  display: flex;
  gap: 16px;
}
.footer-bot {
  display: grid !important;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.footer-bot-links {
  display: flex;
  gap: 24px;
}
.footer-bot-links p {
  font-size: 0.875rem;
}
@media screen and (max-width: 849px) {
  .footer-middle {
    text-align: center;
    display: flex !important;
    flex-flow: column;
    gap: 40px;
  }
  .footer-middle-links {
    flex-flow: column;
    justify-content: center;
    text-align: center;
  }
  .footer-middle-shares{
    align-items: center;
    justify-content: center;
  }
  .footer-bot {
    text-align: center;
    display: flex !important;
    flex-flow: column-reverse !important;
  }
  .footer-bot-links {
    flex-flow: column;
  }
}
