/******************************
 * Page Équipe — XW Conseil
 ******************************/

.section h1 {
  font-family: var(--ff-title);
  font-size: 2.2rem;
  margin-bottom: 0.8rem;
  color: var(--c-primary);
}

.lead {
  max-width: 720px;
  margin-bottom: 2rem;
  font-size: 1.05rem;
}

.card h2 {
  margin-bottom: 8px;
  color: var(--c-primary);
}

.card p {
  margin-bottom: 12px;
}

.card .btn.text {
  font-size: 0.95rem;
}

/* Mobile */
@media (max-width: 600px) {
  .section h1 {
    font-size: 2rem;
  }
  .lead {
    font-size: 1rem;
  }
}
