.what_we_provide {
  padding: 30px 0;
  background: #fff;
}

.what_we_provide .stats-row {
  /* margin: 0; */
}

.what_we_provide .stats-row .stat-box {
  text-align: center;
  padding: 10px 20px;
  height: 100%;
  background: #a3c526;
  margin-top: 15px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.what_we_provide .stats-row .stat-box .head {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.what_we_provide .stats-row .stat-box .text {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 0px) and (max-width: 574px) {
  .what_we_provide {
    padding: 10px 0px;
  }

  .what_we_provide .stats-row .stat-box .head {
    font-size: 16px;
  }

  .what_we_provide .stats-row .stat-box .text {
    font-size: 14px;
  }

  .what_we_provide .stats-row .stat-box {
    padding: 20px 10px;
  }
}

@media (min-width: 575px) and (max-width: 767.98px) {
  .what_we_provide .stats-row .stat-box .head {
    font-size: 18px;
  }

  .what_we_provide .stats-row .stat-box .text {
    font-size: 15px;
  }

  .what_we_provide {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .what_we_provide .stats-row .stat-box .text {
    font-size: 15px;
  }

  .what_we_provide {
    padding: 0;
  }
}