.footer-container {
  background-color: #333;
  color: #fff;
  padding: 2rem 0;
  text-align: center;
}

.footer-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer-section {
  flex: 1;
  margin: 1rem;
  text-align: left;
}

.footer-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.footer-description,
.footer-contact {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 2rem;
  font-size: 0.875rem;
}

.footer-contact i {
  margin-right: 0.5rem;
}
