/* Industry Use Section */
.industry-use-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.industry-use-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.industry-item {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e6e8d6;
}

.industry-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.industry-item h3 {
  text-align: center;
  padding: 20px;
  margin: 0;
  font-size: 22px;
  color: #3F5737;
}

/* Custom Solution Section */
.custom-solution-section {
  padding: 60px 0;
  background-color: #fff;
}

.custom-solution-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.custom-solution-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #3F5737;
}

.custom-solution-text {
  font-size: 18px;
  margin-bottom: 30px;
}
