
.absolute-footer {
  display: none;
}
.footer-bot-links p{
  font-size: 0.875em;
	font-weight:600;
}
@media screen and (max-width: 550px) {

  .footer-bot {
    display: flex !important;
    flex-flow: column-reverse;
  }
  .footer-bot-links{
    flex-flow: column;
  }
}
