.site-footer {
  background: #1f1f1f;
  color: #ccc;
  font-size: 14px;
  line-height: 1.6;
  padding: 30px 20px;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
}

.site-footer strong {
  color: #fff;
  font-weight: 600;
}

.site-footer p {
  margin: 6px 0;
}

/* Copyright styling */
.site-footer .copyright {
  font-size: 13px;
  color: #999;
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}

/* Footer-info: single column */
.footer-info {
  display: block; /* stack everything vertically */
}

/* ----------------- Responsive ----------------- */

/* Tablets */
@media (max-width: 1024px) {
  .site-footer {
    font-size: 14px;
    padding: 25px 20px;
  }
}

/* Mobile phones */
@media (max-widt
