.brand { display:flex; align-items:center; gap:10px; }
.brand img { width:48px; height:48px; border-radius:50%; object-fit:cover; background:white; }
@media (max-width:650px) { .brand img { width:38px; height:38px; } }
