/* four col */
.counter_section.four_col .split_counter{
  -ms-flex-preferred-size: 22.75%;
  flex-basis: 22.75%;
  margin-right: 3%;
  margin-bottom:20px;
}
.counter_section.four_col .split_counter:nth-child(2n+4){
  margin-right:0;
}
/* four col */

/* five col */
.counter_section.five_col .split_counter{
  -ms-flex-preferred-size: 17.65%;
  flex-basis: 17.65%;
  margin-right: 2.93%;
  margin-bottom:20px;
}
.counter_section.five_col .split_counter:nth-child(2n+5){
  margin-right:0;
}
/* five col */
.counter_section .number_count span{
  font-size:38px;
  font-weight:500;
  line-height: 1.10;
}
.counter_section .number_count span.alpha_suffix ,
.counter_section .number_count span.value_count{
  color:var(--secondary_color);
}
.content p{
  line-height:1.3;
}
.number_count {
  margin: 0 0 8px;
}
@media(max-width:900px){
  /* five col */
  .counter_columns {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }
  .counter_section.five_col .split_counter{
    -ms-flex-preferred-size: 31.33%;
    flex-basis: 31.33%;
    margin-right: 3%;
  }
  .counter_section.five_col .split_counter:nth-child(3n+3){
    margin-right:0;
  }
  /* five col */
}

@media(max-width:767px){
  .counter_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .counter_section.five_col .split_counter:nth-child(3n+3),
  .counter_section.five_col .split_counter,
  .counter_section.four_col .split_counter {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-right: 4%;
  }
  .counter_section.five_col .split_counter:nth-child(2n+2),
  .counter_section.four_col .split_counter:nth-child(2n+2){
    margin-right:0;
  }
  .counter_section .number_count span{
    font-size:24px;
  }
}

/* @media(max-width:425px){
/*   .counter_columns {
flex-direction:column;
}
.counter_section.four_col .split_counter {
flex-basis: 100%;
margin-right: 0;
} 
.counter_section.four_col .split_counter:nth-child(2n+2){
margin-right:0;
}
.counter_section .number_count span{
font-size:24px;
}
} */