.colophon{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  gap:var(--content-gap-components);
  justify-content:space-between;
}

.colophon__column p{
  margin-bottom:0;
}

.colophon__column--copyright a{
  color:var(--color-text);
  text-decoration:none !important;
  text-transform:none;
}
