.block-stats-single {
  height: 100%;
  color: #fff;
}
.block-stats-single.stats-inner-color .stats-item-outer {
  padding: 40px;
}
.block-stats-single.stats-inner-color .stats-item-outer .design-overlay {
  display: block;
}
.block-stats-single.stats-inner-color .stats-item-outer .stats-inner {
  padding: 30px;
}
.block-stats-single .stats-item-outer {
  height: 100%;
  position: relative;
}
.block-stats-single .stats-item-outer .design-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.9;
}
.block-stats-single .stats-item-outer .stats-item-inner {
  height: 100%;
  border: 1px solid #fff;
  padding: 40px;
  position: relative;
  z-index: 1;
  font-weight: 500;
}
.block-stats-single .stats-item-outer .stats-item-inner .stats-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  font-size: 85px;
  line-height: 1;
}
.block-stats-single .stats-item-outer .stats-item-inner .stats-number sup {
  top: 0;
  font-size: 0.58em;
  line-height: 1;
}
.block-stats-single .stats-item-outer .stats-item-inner .stats-description {
  font-size: 19px;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .block-stats-single .stats-item-outer .stats-item-inner .stats-number {
    font-size: 66px;
  }
}
@media (max-width: 1079px) {
  .block-stats-single .stats-item-outer .stats-item-inner .stats-number {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .block-stats-single .stats-item-outer .stats-item-inner .stats-number {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .block-stats-single .stats-item-outer .stats-item-inner .stats-header {
    font-size: 45px;
  }
}
/*# sourceMappingURL=stats-single.css.map */
