.section-data {
  max-width: 1592px;
  margin: 0px auto 125px auto;
}
.section-data .data-container ul {
  display: flex;
  justify-content: space-between;
}
.section-data .data-container ul li {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 30%;
  padding: 0px 0px 0px 0px;
  font-size: 2.9rem;
  line-height: 2.9rem;
  text-transform: uppercase;
  color: #000000;
}
.section-data .data-container ul li p {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  margin: 0;
  font-size: 2.9rem;
}
.section-data .data-container ul li p span {
  width: 100%;
  font-size: 5.9rem;
  line-height: 5.9rem;
  font-family: 'Bebas Neue';
  font-weight: 600;
}
.section-data .data-container ul .data1::before {
  content: "";
  position: relative;
  display: block;
  width: 71px;
  height: 86px;
  background-image: url('/wp-content/themes/yatatheme/img/svg/2025/épicière2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 20px 0px 0px;
}
.section-data .data-container ul .data2::before {
  content: "";
  position: relative;
  display: block;
  width: 67px;
  height: 81px;
  background-image: url('/wp-content/themes/yatatheme/img/svg/2025/ping.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 20px 0px 0px;
}
.section-data .data-container ul .data3::before {
  content: "";
  position: relative;
  display: block;
  width: 80px;
  height: 76px;
  background-image: url('/wp-content/themes/yatatheme/img/svg/2025/puzzle.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 10px 0px 0px;
}
@media (max-width: 1400px) {
  .section-data .data-container ul li {
    width: 33%;
  }
}
@media (max-width: 992px) {
  .section-data .data-container ul {
    height: auto;
    align-items: flex-end;
    justify-content: center;
  }
  .section-data .data-container ul li {
    align-items: center;
    flex-direction: column;
  }
  .section-data .data-container ul li p {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .section-data .data-container ul .data1::before,
  .section-data .data-container ul .data2::before,
  .section-data .data-container ul .data3::before {
    margin: 0 0px 20px 0;
  }
}
@media (max-width: 767.98px) {
  .section-data {
    margin: 80px auto;
  }
  .section-data .data-container ul .data3::before {
    height: 86px;
    width: 100px;
    margin-left: 20px;
  }
}
@media (max-width: 600px) {
  .section-data .data-container ul {
    flex-direction: column;
    align-items: center;
  }
  .section-data .data-container ul li {
    margin: 0 0px 55px 0;
  }
  .section-data .data-container ul .data3::before {
    margin-left: 0px;
  }
}
