section#footer {
  background-image: url(https://cdn.thedevconf.com.br/2026/img/site/fundo-rodape.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 50px;
  align-items: center;
  min-height: 100vh;
  scroll-snap-align: center;
  color: white;
}
section#footer h3 {
  font-size: 3rem;
  font-weight: 700;
}

section#footer li {
  font-size: 1.7rem;
}

section#footer .mapa {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: min(100%, 1100px);
}

@media only screen and (max-width: 768px) {
  .section-footer {
    height: auto;
  }
}
