
.counterup_bg2{ 
  border-top: 3px solid #e78c04;
}
.counterup{
  padding: 2em;
  text-align: center;
}

.counterup > div H3{
  margin-top: 1em; 
  color: #e78c04;
  font-weight: bolder;
}

.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}
.counterup > .col-md-4 {
  text-align: center;
  border-right: 1px dashed;
}

.counterup > .col-md-4:last-child {
  border-right: 0px solid;
}

.counterup > div i {
  font-size: 20px !Important;
  margin-top: 1em;
}

.point_div {
  margin-top: 1em; 
}
.point{
  height: 250px; 
    overflow: scroll;
    overflow-x: hidden
}
/* width */
.point::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.point::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
.point::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.point::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.max_point{
  color: #e78c04;
  font-weight: bold;
  font-size: x-large;
}

@media (max-width: 991px) {

}
@media (max-width: 480px){
  /*
  .counterup_bg2{ 
    display: none;
  }
  */
  .counterup{
    padding: 1em
  }
  .counterup > div H3{
    font-size: 21px;
  }
  .point{
    font-size:0.9em;
    padding:0px;
    height: 100px; 
  }

}