.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { display: block; width: 216px; height: 68px; object-fit: contain; }
.card-logo { width: 95px; height: 29px; object-fit: contain; }

@media (max-width: 780px) {
  .brand img { width: 164px; height: 52px; }
}
