<style>
.content-counter-sec {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 57px 0;
  background: #F1F3FF;
}

.counter-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 42px;
  background: #FFE100; /* Fond jaune pour le conteneur */
  border-radius: 10px;
  padding: 40px;
  width: auto;
}

.counter {
  text-align: center;
  padding: 20px;
  min-width: 150px;
}

.counter span {
  display: inline-block;
  color: #180636; /* Couleur du texte */
  font-family: 'Work Sans', sans-serif; /* Police Work Sans */
  font-weight: 700;
  font-size: 40px; /* Taille du texte augmentée */
  line-height: 1;
}

.counter p {
  color: #180636; /* Couleur du texte */
  font-family: 'Work Sans', sans-serif; /* Police Work Sans */
  font-size: 14px; /* Taille de la police ajustée */
  font-weight: 500;
  line-height: 16px;
  margin: 0;
}
</style>
