@media (min-width: 769px) and (max-width: 991px) {
  .footer-bottom{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
