.section-heading {
  font-size: 36px;
  font-weight: 600;
  color: #75ae3e;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.4;
}

.allProducts-section {
  padding: 70px 0;
  background-color: #f1f1f1;
}

.allProducts-section .solutions-content {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 40px;
  margin-bottom: 20px;
  min-height: 275px;
  max-height: 275px;
}

.allProducts-section .solutions-content a {
  text-decoration: none;
}

.allProducts-section .solutions-content img {
  width: 65%;
  max-height: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
  box-shadow: 0 0 20px 5px rgb(68 106 32 / 15%);
}

.allProducts-section .solutions-content h4 {
  color: #75ae3e;
  font-size: 30px;
  font-weight: 600;
}