.footer-bottom--wrapper {
  display: flex;
  padding: 24px 16px !important;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  background: #417d60;

  color: var(--Colors-Base-White, #fff);
  text-align: center;
  font-family: Mulish;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.04px;
}
