.brand { display: block; width: 76px; height: 76px; }
.brand img { display: block; width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
.footer-brand { width: 130px; }
.footer-brand img { display: block; width: 100%; height: auto; border-radius: 50%; }
@media (max-width: 800px) { .brand { width: 58px; height: 58px; } }
