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

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