.brand_header { display: flex; align-items: center; gap: .5rem; }
.brand_header img { height: 32px; width: auto; display: block; }

.brand_auths { display: flex; align-items: center; gap: .5rem; margin-bottom: 24px;}
.brand_auths img { height: 64px; width: auto; display: block; }

@media (min-width: 768px) { .brand_header img { height: 36px; } }