.about-image {
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.footer-note {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: var(--font-size-sm);
  color: var(--color-ink-label);
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--color-border);

  .note-icon {
    height: 1rem;
    width: 1rem;
    flex-shrink: 0;

    svg {
      stroke: currentColor;
      width: 100%;
      height: 100%;
    }
  }
}
