footer {
  background: #222 !important;
  color: white;
  padding: 40px 20px;
  margin-top: 40px;
}

footer .container {
  background: #222 !important;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

footer h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

footer p {
  margin: 5px 0;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul li {
  margin-bottom: 5px;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer .coluna {
  flex: 1;
  min-width: 200px;
}
