.nb-single-banner-7 > .nb-content-wrapper {
    display: flex;
}

.nb-single-banner-7 .nb-left-content{
    width: 20%;
}

.nb-single-banner-7 .nb-link-list-2-menu {
    padding-right: 15px;
}
.nb-single-banner-7 .nb-link-list-2 .nb-link,
.nb-single-banner-7 .nb-active-menu-link .active-link {
    text-transform: lowercase;
}

.nb-single-banner-7 .nb-link-list-2-menu.fixed {
    position: fixed;
    z-index: 4;
    padding-right: 0;
    max-width: 180px;
}

.nb-single-banner-7 .nb-left-content .nb-display {
    overflow: visible;
    position: relative;
    z-index: 3;
    line-height: 1;
    margin-bottom: 50px;
    height: auto;
    margin-top: -30px;
}

.nb-single-banner-7 .nb-right-content{
    width: 80%;
}


@media screen and (max-width: 1200px) {
    .nb-single-banner-7 .nb-link-list-2-menu.fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        top: unset !important;
        max-width: unset;
    }
    .nb-single-banner-7 .nb-link-list-2-menu {
        max-width: 100%;
        top: unset !important;
    }
    .nb-single-banner-7 .nb-right-content {
        width: 100%;
    }

    .nb-single-banner-7 .nb-left-content .nb-display {
        display: none;
    }
    .nb-single-banner-7 .nb-left-content{
        width: 0;
    }
    .nb-single-banner-7 .nb-link-list-2 .nb-link{
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: var(--nb-font-regular);
    }
    .nb-single-banner-7 .nb-link-list-2-menu {
        padding-right: 0;
    }
}