.footer-content > span {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .footer-column {
    border-top: 1px solid #afb1b366;
    border-bottom: 1px solid #afb1b366;
  }
  .footer-column:first-child {
    border-top: 1px solid #afb1b366;
    border-bottom: 0;
  }
  .footer-column:last-child {
    border-top: 0;
    border-bottom: 1px solid #afb1b366;
  }
}

@media screen and (min-width: 1024px) {
  .footer-column ul {
    display: flex !important;
  }
}

.footer-column.open .accordion-arrow {
  transform: rotate(180deg);
}
