.team-aside { 
    align-self: flex-start; 
}

.team-aside.stuck {
    position: fixed;
    top: 80px;  /* just under your fixed topbar; tweak as needed */
    z-index: 40;
  }

.team-logo-card {
    width: 760px;              /* matches your right column width */
    background: var(--white);
    border: 1px solid var(--grey-200);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    text-align: center;
    margin: 5rem;
}

.team-logo-image {
    display: block;
    width: 100%;
    max-width: 560px;
    aspect-ratio: 1 / 1;   
    object-fit: contain;
    margin: 0 auto 12px;
}

.team-logo-caption {
font-weight: 700;
font-size: 0.95rem;
line-height: 1.4;
}

.team-logo-caption span {
font-weight: 500;
color: var(--grey-600);
font-size: 0.85rem;
}
  