.brand {
  display: flex;
  align-items: center;
}

.brand img {
  width: 96px;
  height: 50px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.closing img {
  width: 150px;
  height: 72px;
  object-fit: contain;
}

@media (max-width: 480px) {
  .brand img {
    width: 82px;
    height: 42px;
  }
}
