@media (max-width: 768px) {
  .site-footer {
    padding: 40px 15px 30px;
    text-align: center;
    overflow-x: hidden;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer-logo {
    max-width: 100%;
    height: auto;
    width: 80%;
  }

  .footer-brand h1 {
    font-size: 2.8rem;
    word-wrap: break-word;
    text-align: center;
  }

  .footer-bottom {
    font-size: 0.85rem;
    padding: 0 10px;
  }
}
