.branding-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
  padding: 6px 12px;
  /* background-color:#fff; */
}
.branding-footer__content {
  display: flex;
  gap: 2px;
  align-items: center;
}
.branding-footer__label {
  color: #a6aaae;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.branding-footer__logo {
 display: block;
    width: 100%;
    max-width: 100px;
    height: auto;
}