.home-dev-box-section .home-statistic-section-wrap {
    width: 100%;
    max-width: 1240px;
    padding: 20px 20px 45px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  
  .home-dev-box-section .home-statistic-section-wrap .card {
    background: #ffffff;
    border-radius: 15px;
    text-align: center;
     border: 1px solid rgba(0, 0, 0, 0.19);
      transition: all 0.3s ease;
    width: calc(100% / 3 - 24px);
  }
  .home-statistic-section-wrap .card-title svg {
      margin-left:0px;
      opacity:0;
        transition: all 0.3s ease;
  }
  .home-dev-box-section .home-statistic-section-wrap .card:hover svg{
      margin-left:13px;
      opacity:100;
      transition: all 0.3s ease;
  }
  .home-dev-box-section .home-statistic-section-wrap .card:hover {
    border:1px solid rgba(0, 141, 242, 1);
  }
  .home-dev-box-section .home-statistic-section-wrap .card:hover {
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
  }
  
  .home-dev-box-section .home-statistic-section-wrap .card a {
       text-align: left;
       display: block;
       text-decoration: none;
         padding: 25px 40px;
       border-radius: 15px;
  }
  .home-dev-box-section .home-statistic-section-wrap .card a:hover {
    text-decoration: none;
  }
  
  .home-dev-box-section .home-statistic-section-wrap .icon-wrapper {
    margin-bottom: 30px;
  }
  
  .home-dev-box-section .home-statistic-section-wrap .icon {
    width: 56px;
    height: 56px;
    display: inline-block;
  }
  
  .home-statistic-section-wrap .card-title {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 15px;
    line-height: 25px;
  }
  
.home-dev-box-section .home-statistic-section-wrap .badge {
    display: inline-block;
    background: rgba(0, 0, 0, 0.04);
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    padding: 5px 15px;
    border-radius: 100px;
    margin-bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    color: rgba(0, 0, 0, 0.70);
    font-family: 'Inter';
}
  
  .home-dev-box-section .home-statistic-section-wrap .card-description {
    color: #334155;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    padding: 0;
  }

        /* RESPONSIVE */
        @media (max-width: 1200px) {
.home-dev-box-section .home-statistic-section-wrap {
    padding: 0 0 45px;
}
            
}
        @media (max-width: 992px) {
.section-why-webcommander-ecosystem .wrapper {
                flex-direction: column;
                text-align: center;
            }

.section-why-webcommander-ecosystem .wrapper .left p {
                margin: auto;
            }
.home-dev-box-section .home-statistic-section-wrap .card a {
    padding: 25px 20px;
}
.home-statistic-section-wrap .card-title {
    font-size: 18px;
}
.home-dev-box-section .home-statistic-section-wrap .icon-wrapper {
    margin-bottom: 20px;
}
 }
        @media (max-width: 767px) {
.home-dev-box-section .home-statistic-section-wrap .card {
    width: 100%;
}
 .home-dev-box-section .home-statistic-section-wrap .card a {
        padding: 25px;
    }
    .home-dev-box-section .home-statistic-section-wrap {
        padding: 0 0 30px;
    }
}
        @media (max-width: 576px) {
.section-why-webcommander-ecosystem .wrapper .left h2 {
                font-size: 28px;
            }

.section-why-webcommander-ecosystem .wrapper .card {
                width: 100%;
                max-width: 320px;
            }
        }