.footer {
  width: 100%;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 33px 60px 32px;
  flex-shrink: 0;
}

.footer__logo {
  height: 20px;
  width: 200px;
  flex-shrink: 0;
}

.footer__logo img { height: 100%; width: auto; }

.footer__copy {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 12px;
  color: var(--gray);
  white-space: nowrap;
}
