.footer-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: var(--s-md);
  width: 100%;
  height: 96px;
  padding: 0 var(--s-lg);
  background: linear-gradient(to bottom, rgba(0,0,0,0.075) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 100%);
  box-shadow: inset 0 1px rgba(0,0,0,0.1);
}
