.fusion-footer {
  background-color: var(--color-black);
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;

  > div {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-logo {
    width: 96px;
    height: 96px;
  }
}
