.footer-logo {
  max-height: 50px;
  margin-bottom: 10px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-company-info {
  margin-top: 5px;
  font-size: 0.9rem;
}

.footer-company-info a {
  color: #3498db;
  text-decoration: none;
}

.footer-company-info a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-logo {
    max-height: 40px;
  }
  
  .footer-company-info {
    font-size: 0.8rem;
  }
}
