.values .value-box {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 0;
}
.values .value-box:first-child {
  margin-left: 0;
}
.values .value-box .img-value {
  max-height: 32px;
}

@media only screen and (min-width: 768px) {
  .values .value-box {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .values .value-box {
    font-size: 1rem;
  }
  .values .img-value {
    max-height: 50px !important;
  }
}