.text-infos label {
  /* font-size: 60px; */
  margin-left: 10%;
  color: #000;
}

.text-infos > span:first-child {
  /* font-size: 85px; */
  color: #000;
}
/* 
.text-infos > label span:first-child {
  font-size: 65px;
} */

.text-infos .text-info-sections {
  margin-top: 25px;
}
.margin-left {
  margin-left: 15%;
  margin-top: 20px;
}

.text-info-sections {
  width: 75%;
}

.text-info-sections-center {
  width: 60%;
}

@media (max-width: 912px) {
  .text-infos label {
    /* font-size: 40px; */
    margin-left: 0;
  }

  .text-infos > span:first-child {
    /* font-size: 60px; */
    color: #000;
  }

  /* .text-infos > label span:first-child {
    font-size: 40px;
  } */

  .text-infos .text-info-sections {
    margin-top: 25px;
  }

  .text-info-sections,
  .text-info-sections-center  {
    width: 100%;
  }

  .margin-left {
    margin-left: 0%;
  }


}
