.projects-intro {
  text-align: center;
  padding: 4rem 2rem;
  background: linear-gradient(to bottom, #ffffff, #f9fff5);
  /* degradado suave */
  border-radius: 20px;
  max-width: 1100px;
  margin: 3rem auto;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.projects-intro-content {
  max-width: 800px;
  margin: 0 auto;
}

.projects-intro-image img {
  width: 200px;
  max-width: 100%;
  border-radius: 16px;
  margin-bottom: 1.5rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.projects-intro h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #111;
}

.projects-intro h2 span {
  color: #6c757d;
  /* gris elegante */
  font-weight: 400;
}

.projects-intro p {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}