#footer #footer_menu {
  padding: 0 1rem;
}
#footer #footer_menu ul {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 992px) {
  #footer #footer_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#footer #footer_menu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 992px) {
  #footer #footer_menu ul li {
    border-bottom: 0;
  }
}
#footer #footer_menu ul li:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 992px) {
  #footer #footer_menu ul li:first-of-type {
    border-top: 0;
  }
}
#footer #footer_menu ul li a {
  display: block;
  padding: 1rem;
  color: #cdcdcd;
}
#footer #footer_menu ul li a::before {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f105";
  position: static;
  margin-right: 0.5em;
}
#footer #footer_menu ul li a.external-link::after {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f08e";
  position: static;
  margin-left: 0.5em;
}
