.custom-nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
}

.custom-nav a {
  text-decoration: none;
  color: #4B1F24;
  font-weight: 500;
  font-size: 16px;
}

.vc_row.custom-header {
  background-color: white;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #eee;
}