/* Verberg lijstmarkering en eventuele "bullet" pseudo-elementen */
.footer-module ul,
.footer-module ul li {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.footer-module ul li::before {
  content: none !important;
}