.hoiet_counter {
  position: relative;
  z-index: 1;
   padding: 90px 15px;
  background-size:cover;
  background-position: center center;
  background-attachment: fixed;
}

.hoiet_counter_inner {
  overflow: hidden;
}

.hoiet_counter_inner h3,
.hoiet_counter_inner span {
  font-size: 54px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  color: #ffffff;
  text-shadow: 2px 2px 4px #666;
}

.hoiet_counter_inner h4 {
  text-shadow: 2px 2px 4px #666;
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  padding: 5px 0px 0px 0px;
}


@media (min-width: 576px) and (max-width: 991px) {
  .hoiet_counter .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .hoiet_counter .container {
    padding: 0;
  }
  .hoiet_counter_inner h3,
  .hoiet_counter_inner span {
    font-size: 40px;
  }
}