



.title {
  transform: translateX(-0%) rotate(-0deg);
  display: block;
  float: left;
  left: 0%;
  position: relative;
}
.title span {
    transform: skew(
0deg);
    display: block;
    float: left;
    min-width: 12px;
    min-height: 10px;
    position: relative;
}

.title:nth-child(1) {
    color: #e88e36;
}
.title:nth-child(2) {
  color: #e88e36;
}
.title:nth-child(3) {
  color: #000;
}