footer {
  background-color: var(--black);
  color: white;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px 0; }
  footer .logos {
    width: 80%;
    display: block;
    margin: 0 auto 50px auto; }
  footer #footer-logo, footer #spaces {
    width: 100%;
    height: auto; }
  footer > div {
    font-size: 12px; }
    footer > div a:hover {
      text-decoration: underline; }
  footer h3 {
    border-bottom: solid 1px var(--primary-color);
    font-size: 18px; }
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer ul li {
      margin-bottom: 10px;
      padding: 0;
      display: flex;
      align-items: center;
      gap: 5px; }
      footer ul li svg {
        width: 20px;
        height: 20px;
        color: var(--primary-color); }
  footer .socials {
    gap: 15px;
    margin-top: 20px; }
  footer .legal {
    justify-content: center;
    margin-top: 45px;
    gap: 20px; }

@media screen and (max-width: 768px) {
  footer #footer-logo, footer #spaces {
    width: 40%;
    height: auto;
    display: block;
    margin: 10px auto; } }
