footer {
  min-height: 15vh;
  /* background-color: var(--cl-cs-blue); */
  color: var(--footer-text);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 4rem !important;
}

.footer-sign {
  height: 50px;
}
.event-footer {
  padding-top: 4rem !important;
}
footer .footer-brand {
  display: inline-flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  flex-direction: column;
}
