/* Sidebar logo: override risotto's emoji-sized default so the
   full FNS seal displays as a block, filling the sidebar width.
   Pulled up with negative margin so the seal sits closer to the
   header instead of being offset by the design's top medallion. */
.about__logo {
    height: auto;
    width: 100%;
    display: block;
    margin: -2rem auto 0;
}

.aside__about {
    margin-bottom: 0.5rem;
}

.about__description {
    margin-top: 0.25rem;
}
