.custom-footer {
  background-color: #f5f5f5;
  padding: 2rem 1rem;
  text-align: center;
  font-size: 0.6rem;
  color: #333;
}

.footer-logo {
  max-height: 60px;
  height: auto;
  margin-bottom: 0.5rem;
}

.footer-text {
  max-width: 600px;
  margin: 0 auto 0.5rem auto;
}

.footer-social-icons {
  margin-top: 0.5rem;
}

.footer-social-icons a {
  margin: 0 0.3rem;
  font-size: 1rem;
  color: #333;
}

.footer-social-icons a:hover {
  color: #007bff;
}