@media (max-width: 549px) {
  #footer h4.ts-footer-accordion-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px !important;
  }
  .ts-footer-accordion-arrow {
    font-size: 20px;
    font-weight: 700;
    color: #E8571C;
    line-height: 1;
    width: 20px;
    text-align: center;
  }
  #footer .ux-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
  }
  #footer .ux-menu.ts-footer-menu-open {
    max-height: 300px;
  }
}
