.firsts_div_container,
.little_div_container {
  display: flex;
  justify-content: space-between;
  gap: 35px;
}

.firsts_div_container .isolated_div {
  width: 50%;
  border-radius: 20px;
  text-align: center;
  gap: 10px;
}

.chiffres_container {
  background-color: var(--color_primary);
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
}

.chiffres_content {
  font-weight: 500;
  line-height: 1.1;
}

.isolated_div .chiffre_engagement {
  font-size: 5.25rem;
}

.unite_container {
  font-size: 1.875rem;
  font-weight: 600;
  color: var(--color_tertiary);
  margin-left: 5px;
}

.other_div .chiffre_engagement {
  font-size: 3.125rem;
}

.isolated_div .chiffres_content {
  color: white;
  font-size: 1.5rem;
  font-family: "Poppins";
}

.other_div .chiffres_content {
  color: white;
  font-size: 1.125rem;
  font-family: "Poppins";
}

.little_div_container .other_div {
  width: 33%;
  text-align: center;
  gap: 8px;
}

.engagements_container {
  gap: 35px;
  display: flex;
  flex-direction: column;
}

.chiffre_engagement {
  background: linear-gradient(90deg, rgb(3, 251, 205), rgb(3, 204, 248));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  font-family: "Poppins";
  align-items: center;
  line-height: 1;
}

.container_single_chiffres {
  display: flex;
  justify-content: center;
  align-items: start;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .firsts_div_container,
  .little_div_container {
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
  }

  .firsts_div_container .isolated_div,
  .little_div_container .other_div {
    width: 100%;
  }

  .isolated_div .chiffres_content {
    font-size: 1.3rem;
  }

  .other_div .chiffres_content {
    font-size: 1.05rem;
  }

  .other_div .chiffre_engagement {
    font-size: 2.9rem;
  }

  .other_div.chiffres_container {
    padding: 30px 25px;
  }
}
