@media only screen and (max-width: 991px) {
  footer {
    padding: 30px 0;
  }

  .footer-wrap {
    justify-content: center;
    flex-direction: column;
  }

  .copy-right {
    margin: 20px 0 15px;
  }
}
