.brand > img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 0 9px #2389ff55);
}

@media (max-width: 600px) {
  .brand > img {
    width: 50px;
    height: 50px;
  }
}
