.brand {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 0;
  background: transparent;
}

.brand img {
  display: block;
  width: 168px;
  height: auto;
}

.brand-footer {
  padding: 0;
}

.brand-footer img {
  width: 148px;
}
