.project-intro {
  max-width: 900px;
  margin: 10px auto;
  padding: 0 24px;
  /* text-align: center; */
  line-height: 1.6;
}

.project-intro h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
  line-height: 1.3;
}

.project-intro .authors {
  font-size: 1rem;
  color: #666;
  font-style: italic;
  margin-bottom: 32px;
}

.project-intro .description {
  font-size: 1.1rem;
  color: #444;
  max-width: 750px;
  margin: 0 auto;
  text-align: left;
}

.project-links {
  max-width: 750px;
  margin: 40px auto 0;
  text-align: left;
}

.project-links h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 14px;
  color: #222;
}

.project-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.project-links li {
  margin-bottom: 10px;
}

.project-links a {
  color: #4c6ef5;
  text-decoration: none;
  font-weight: 500;
}

.project-links a:hover {
  text-decoration: underline;
}