.brand{gap:.9rem}
.brand>img{display:block;width:3rem;height:3rem;transition:transform .45s cubic-bezier(.2,.8,.2,1),filter .45s}
.brand:hover>img{transform:rotate(-4deg) scale(1.07);filter:drop-shadow(0 0 8px rgba(199,255,61,.5))}
.brand small{display:flex;flex-direction:column;gap:.2rem;font-size:.57rem}
.brand small strong{font-size:.67rem;font-weight:500;letter-spacing:.08em}
@media(max-width:480px){.brand>img{width:2.75rem;height:2.75rem}}
