.footer-wrap {
  .footer-top {
    .btn-links {
      height: 110px;
      padding: 0 20px;
      &:before {
        display: none;
      }

      ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        height: 100%;

        li {
          margin: 0; 
          a {
            font-size: 14px;
            white-space: nowrap;
            padding: 7px 15px;
          }
        }
      }
    }
  }
}