footer {
  background: #0d0e0e;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

footer section {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 16px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

footer .departaments {
  background: #18181b;
}

footer .departaments h3 {
  color: #fff;
  font-weight: 400
}

footer .social {
  gap: 8px;
}

footer .social p {
  color: #fff;
}

footer .social div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

footer .social div a {
  text-decoration: none;
}

footer .social div a svg:hover {
  filter: brightness(75%)
}

footer .warning {
  background: #18181b;
}

footer .warning p {
  max-width: 780px;
  color: #fff;
}