Center Navigation Bar with No Answers Experience

I’m using Page Builder to create the search results page for my client. I added a ‘Navigation Bar with Answers Search Bar’ module and set ‘Answers Experience’ to None since I don’t need the search bar here. However, that extends the container for the nav bar links from the logo to the right side of the page. When centering on this container (code below), the nav bar links are then off center of the page (see screenshot below). How can I go about centering the nav bar links to the page while keeping the logo on the left?

.navbar-collapse-links {
    justify-content: center;
}