.uber-stats {
  background-color: #262626;
}
.uber-stats .block-title {
  color: #ffffff;
  margin-top: 52px;
  margin-bottom: 52px;
}
.uber-stats .stats-list {
  background: #191919;
  list-style: none;
  padding: 0;
  margin: 0;
  transform: translateY(-20%);
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .uber-stats .stats-list {
    transform: translateY(0px);
    margin-top: 15px;
  }
}
.uber-stats .stats-list .stats-asset {
  padding: 26px;
  text-align: center;
}
.uber-stats .stats-list .stats-asset span {
  display: block;
}
.uber-stats .stats-list .stats-asset + .stats-asset {
  border-left: 1px solid #262626;
}
.uber-stats .stats-list .stats-asset .stats-item-icon {
  padding-right: 26px;
  display: inline-block;
  vertical-align: top;
}
.uber-stats .stats-list .stats-asset .stats-item-icon .icofont {
  font-size: 40px;
  line-height: 90px;
}
@media (max-width: 767px) {
  .uber-stats .stats-list .stats-asset .stats-item-icon .icofont {
    display: none;
  }
}
.uber-stats .stats-list .stats-asset .stats-item-icon + div {
  display: inline-block;
  text-align: left;
}
@media (max-width: 1199px) {
  .uber-stats .stats-list .stats-asset .stats-item-icon {
    display: block;
    padding-right: 0;
    text-align: center;
  }
  .uber-stats .stats-list .stats-asset .stats-item-icon + div {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .uber-stats .stats-list .stats-asset {
    border-bottom: 1px solid #262626;
  }
}
.uber-stats .stats-list .stats-item-counter {
  color: #ffffff;
  font-weight: 600;
  font-size: 32px;
}
@media (max-width: 991px) {
  .uber-stats .stats-list .stats-item-counter {
    font-size: 14px;
  }
}
.uber-stats .stats-list .stats-subject {
  color: #c29032;
  text-transform: uppercase;
  font-size: 13px;
}