.c-footer-top-col:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 10px
  justify-content: space-evenly;
}

@media (max-width: 991px) {
  .c-footer-top-wrap {
    flex-direction: column;
    gap: 20px;
  }

  .c-footer-top-col:nth-child(2) .c-menu {
    display: none;
  }

  .c-footer-top-col:nth-child(2) {
    width: 100%;
  }
}