.footer-bottom {
  padding: 1rem 0;
}

#made-with-love {
  text-align: center;
}
#made-with-love .ico--heart {
  display: inline;
  margin-right: -5px;
  color: var(--made-with-heart, #30dd92);
}

@media (max-width: 575.98px) {
  .footer-columns .menu--social-links {
    justify-content: center;
  }
  .footer-columns .separator {
    display: none;
  }
}
