.total {
  color: white;
  background-color: rgb(0, 200, 200);
  height: 400px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.total-item {
  float: left;
  width: 25%;
}

.total-img {
  width: 100%;
}

.total-img img{
  height: 150px;
  margin: 30px;
}

.total hr {
  margin: 0px 20px 0px 20px;
}

.total-number {
  font: 70px "Arial";
}

.total-text {
  font-size: x-large;
}