/* Stats counter section mobile fix - reduce height */

@media (max-width: 767px) {
  .col-12.col-md-6.col-lg-4.mb-30 > div {
    padding: 15px !important;
  }
  
  .stat-counter {
    margin-bottom: 8px !important;
  }
}
