footer address {
  grid-column: 1 / -1;
  color: #7f8c90;
  font-size: 12px;
  line-height: 1.8;
  font-style: normal;
}

footer address a {
  color: #aeb9bc;
  font-size: inherit;
  letter-spacing: 0;
  text-transform: none;
}

footer address a:hover {
  color: var(--green);
}
