.home-help-box-section .home-statistic-section-wrap {
  width: 100%;
  max-width: 1240px;
  padding: 68px 20px 100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.home-help-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;
}
.home-statistic-section-wrap .card-title svg {
    margin-left:0px;
    opacity:0;
      transition: all 0.3s ease;
}
.home-help-box-section .home-statistic-section-wrap .card:hover svg{
    margin-left:13px;
    opacity:100;
    transition: all 0.3s ease;
}
.home-help-box-section .home-statistic-section-wrap .card:hover {
  border:1px solid rgba(0, 141, 242, 1);
}
.home-help-box-section .home-statistic-section-wrap .card:hover {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
}

.home-help-box-section .home-statistic-section-wrap .card a {
     text-align: left;
     display: block;
     text-decoration: none;
       padding: 25px 40px;
     border-radius: 15px;
}
.home-help-box-section .home-statistic-section-wrap .card a:hover {
  text-decoration: none;
}

.home-help-box-section .home-statistic-section-wrap .icon-wrapper {
  margin-bottom: 30px;
}

.home-help-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-help-box-section .home-statistic-section-wrap .badge {
  font-family: Inter;
  display: inline-block;
  background: rgba(0, 0, 0, 0.04);
  color: #64748b;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 15px;
  padding: 4px 14px;
  border-radius: 100px;
  margin-bottom:0px;
  border: 1px solid rgba(0, 0, 0, 0.02);
  color:rgba(0, 0, 0, 0.70);
}

.home-help-box-section .home-statistic-section-wrap .card-description {
  color: #334155;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
.home-help-box-section .home-statistic-section-wrap {
    padding: 50px 20px 50px;
  }
.home-help-box-section .home-statistic-section-wrap .card {
    padding: 28px 20px;
  }
}
