.footy {
  background-color: var(--background);
}

.footy__wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--offset-y);
}

.footy__top {
  padding: 60px 0;
  gap: 30px;
  @media (max-width: 767px) {
    padding: 30px 0;
  }
}

.footy__top h2 {
  font: var(--short);
  max-width: 630px;
}

.footy__top img {
  background-color: var(--paper);
  height: 77px;
  padding: 0 20px;
  margin: 20px 25px 0 0;

}

.footy__bottom {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-top: 1px solid #B8B8BA;
  @media (max-width: 767px) {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 0.5rem 0;
  }
}

.footy__bottom-copyright {
  font: var(--mini);
  font-weight: 300;
}

.footy__bottom-socials {
  display: flex;
  gap: 1rem;
}

.footy__bottom-icon {
  width: 24px;
  height: 24px;
  display: block;
  fill: var(--primary);
}

.footy__bottom-legal ul {
  font: var(--demi);
  display: flex;
  flex-direction: row;
  gap: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footy__bottom-legal nav > ul li + li::before {
  content: '•';
  display: inline-block;
  padding: 0 5px 0 0;
}

.footy__bottom-legal a {
  color: inherit;
  text-decoration: none;
}
