  @media (min-width: 992px) {
  .sections-menu-wrapper .navbar-nav {
    width: 100%;
  }

  .sections-menu-wrapper .nav-item:last-child {
    margin-left: auto;
  }
}

.sections-menu-wrapper .nav-item:last-child .nav-link {
    background-color: #ff6445;
    color: #000;
}

.sections-menu-wrapper .nav-item:last-child .nav-link:hover,
.sections-menu-wrapper .nav-item:last-child .nav-link:focus,
.sections-menu-wrapper .nav-item:last-child .nav-link:active {
    background-color: #ff3a12 !important;
    color: #fff;
}
