.nbtmp-regular-page-tmp-9 .container > .row > *:last-child {
    padding-left: 120px;
}

.nbtmp-regular-page-tmp-9 .container > .row > *:first-child {
    border-right:1px solid var(--nb-border-color) ;
}

.nbtmp-regular-page-tmp-9
.container > .row > *:first-child {
    align-self: flex-start;
    border-right: 1px solid var(--nb-border-color);
    margin-bottom: 0;
}
@media screen and (max-width: 576px) {
    .nbtmp-regular-page-tmp-9 .container > .row > *:last-child {
        padding-left: 10px;
    }

    .nbtmp-regular-page-tmp-9 .container > .row > *:first-child {
        border-right:none;
    }

    .nbtmp-regular-page-tmp-9 .container > .row > *:first-child .nb-heading-1{
        border-top:1px solid var(--nb-border-color) ;
        padding-top: 20px;
    }

    .nbtmp-regular-page-tmp-9 .row:has(.layout .nb-vertical-navigation-accordion-1){
        gap: 9px;
    }
}