.wrapper {

  width: 100%;
  height: 200px;
  color: black;
}

.box {
  width: 100%;
}

.container {
  width: 150px;

  text-align: center;
}

.gauge {
  width: 100%;
  height: 130px;


}

.flexbox>div {
  flex: 1 0 150px;
}