.brand img {
  grid-row: 1 / 3;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.brand.white img {
  width: 44px;
  height: 44px;
}
