@media (max-width: 768px) {
  footer .copyright {
    flex-direction: column !important;
  }
  footer .copyright .text {
    margin-bottom: 0.5rem !important;
  }
}
