.sidebar-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 92px;
    margin-top: 20px;
    padding: 10px;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
}

.sidebar-logo {
    display: block;
    max-width: 100%;
    max-height: 72px;
    object-fit: contain;
}

aside nav {
    margin-top: 24px;
}
