.container {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 20px;
}

.container h1 {
  text-align: center;
  margin-bottom: 40px;
  color: var(--beige-fonce);
}

.etapes {
  margin-bottom: 60px;
}

.etapes h2,
.download h2 {
  margin-bottom: 20px;
  color: var(--beige-fonce);
}

.etapes ol {
  margin-left: 20px;
  line-height: 1.9;
}

.download {
  text-align: center;
}