.counter-section .container .row .col-lg-3{
        /*-ms-flex: 0 0 25%;*/
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
}









.counter-section {
  padding: 40px 0 0px;
}

.counter-item-box {
  display: flex;
  align-items: center;
  height: 100%;
  border: 1px dashed var(--color-primary);
  padding: 20px;
}

.counter-icon {
  flex-shrink: 0;
  margin-right: 15px;
}
.counter-icon img {
  width: 50px;
}

.counter-number h2,
.counter-number span {
  font-size: 45px;
  line-height: 26px;
  font-weight: 600;
  display: inline-block;
  color: var(--title-text-color);
}

.counter-text p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.1;
  color: var(--title-text-color);
  font-weight: 400;
}



@media (min-width: 1280px) and (max-width: 1440px){
  .counter-text p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.1;
  color: var(--title-text-color);
  font-weight: 400;
}

.counter-item-box {
    display: flex;
    align-items: center;
    height: 100%;
    border: 1px dashed var(--color-primary);
    padding: 20px 8px 20px;
}

}


@media (min-width: 992px) and (max-width: 1199px) {
  .counter-number h2,
  .counter-number span {
    font-size: 40px;
  }
  .counter-text p {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .counter-item-box {
    flex-direction: column;
  }
  .counter-icon {
    margin: 0 auto 20px;
  }
  .counter-content {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 991px) {
  
  
  
  .counter-section .container .row .col-lg-3 {
    /* -ms-flex: 0 0 25%; */
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
  
  
  
  
  .counter-item-box {
    height: calc(100% - 30px);
    margin-bottom: 30px;
  }
}






@media (max-width: 768px){
    .counter-section .container .row .col-lg-3 {
    /* -ms-flex: 0 0 25%; */
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
}