.brand { display: flex; align-items: center; text-decoration: none; }
.brand img { display: block; width: 116px; height: 62px; object-fit: contain; object-position: left center; }

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