.brand { gap: 0; }

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

@media (max-width: 860px) {
  .brand img { width: 126px; }
}
