.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(24px, 7vw, 112px);
  background: #061e32;
  color: #c8d9df;
  font-size: .82rem;
  text-align: left;
}

.site-footer p {
  margin: 0;
}

.site-footer p span {
  display: block;
}

.site-footer-credit {
  text-align: right;
}

.site-footer-credit a {
  color: inherit;
  text-decoration: none;
}

.site-footer-credit a:hover,
.site-footer-credit a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .site-footer {
    flex-direction: column;
  }
}
