table#contact {
  border-collapse: separate;
  border-spacing: 0 15px;
}

/* For the | between the navbar items */
@media only screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
    border-right: 2px solid var(--bs-secondary);
  }
}
