  .custom-footer-category-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .custom-footer-category-title {
    display: block !important;
    width: 100% !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #000000 !important;
    margin: 0 0 32px 0 !important;
    padding: 0 !important;
    order: -1 !important;
  }

  .custom-footer-category-box ul,
  .custom-footer-category-box ol {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .custom-footer-category-box li {
    list-style: none !important;
    margin: 0 0 14px 0 !important;
    padding: 0 !important;
  }

  .custom-footer-category-box a {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    color: #000000 !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .custom-footer-category-box a:hover {
    color: #000000 !important;
    text-decoration: underline !important;
  }

  .custom-footer-category-box *::before,
  .custom-footer-category-box *::after,
  .custom-footer-category-box li::before,
  .custom-footer-category-box li::after,
  .custom-footer-category-box a::before,
  .custom-footer-category-box a::after,
  .custom-footer-category-box span::before,
  .custom-footer-category-box span::after,
  .custom-footer-category-box i::before,
  .custom-footer-category-box i::after {
    content: none !important;
    display: none !important;
    box-shadow: none !important;
  }

  @media (max-width: 767px) {
    .custom-footer-category-title {
      font-size: 18px !important;
      margin: 0 0 20px 0 !important;
    }

    .custom-footer-category-box li {
      margin: 0 0 12px 0 !important;
    }

    .custom-footer-category-box a {
      font-size: 16px !important;
    }
  }