.chiffres-cles-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.chiffre-card {
  display: flex;
  width: 174px;
  height: 200px;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  background: #DAD4F6;
}

.chiffre-card h3 {
  color: #4D2AA3;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  white-space: nowrap;
  margin: 0 0 12px 0;
}

.chiffre-card p {
  display: flex;
  width: 148px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #4D2AA3;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .chiffres-cles-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
