.brand { display: inline-flex; align-items: center; }
.brand img { display: block; width: 208px; height: 48px; object-fit: contain; object-position: left center; }
@media (max-width:800px) { .brand img { width: 178px; height: 42px; } }
