.footer {
  padding: 45px var(--page-padding);
  border-top: none;
  gap: 20px;
  --social-media-gap: 15px;
  --footer-background-color: var(--paper-color);
}
.footer > .item:first-of-type {
  align-items: center;
  display: flex !important;
  flex-direction: column;
}

.footer .social-media svg {
  height: 20px;
  width: 20px;
}

.footer .collection:first-of-type {
  display: block;
}

.footer .container {
  display: flex !important;
  justify-content: center;
}

.footer .collection, .footer .collection .item, .footer .collection span, .footer .mmn-company, .footer .bottom-nav, .footer > .item:first-of-type > .summary {
  display: none;
}