hr {
  border-color: #9E9E9E;
  margin: 50px 0 80px;
}

#numeros .wrap-reinvencao {
  display: flex;
}

@media (max-width: 1280px) {
  #numeros .wrap-reinvencao {
    display: block;
  }
}

#numeros h2, p {
  font-family: 'Margem-regular', sans;
}

@media (min-width: 576px) and (max-width: 1280px) {
  #numeros h2, p {
    text-align: center;
  }
}

#numeros h2 {
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}

#numeros h3 {
  font-family: 'Source Sans Pro', sans;
  font-size: 14px;
  font-weight: 600;
  color: #C1C7D0;
}

#numeros p {
  font-size: 18px;
  color: #9E9E9E;
}

@media (max-width: 1280px) {
  #numeros p {
    margin-bottom: 50px;
  }
}

#numeros .numero h3,
#numeros .numero p {
  text-align: center;
  margin: 0;
}

#numeros .numero p {
  font-family: 'Source Sans Pro', sans;
  font-size: 16px;
  line-height: 24px;
}

#numeros .numeros-wrapper {
  gap: 50px 25px;
}

#numeros .numero {
  width: 190px;
}


#numeros .numero span.position-absolute {
  font-family: 'Margem-bold', sans;
  font-size: 24px;
  color: #fff;
  width: fit-content;
  height: fit-content;
  inset: 0;
  margin: auto;
}

#numeros canvas {
  width: 130px !important;
  height: 130px !important;
  margin: 15px 0;
}
