.atsolhive-industries-minimal {
  padding: 90px 0;
  background: #ffffff;
}

.section-head {
  max-width: 850px;
  margin-bottom: 60px;
}

.section-head h2 {
  font-size: 38px;
  font-weight: 700;
}

.section-head p {
  font-size: 16px;
  color: #666;
}

.industry-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;
}

.industry-row {
  border-bottom: 1px solid #e9ecef;
}

.industry-title {
  display: flex;
  align-items: center;
  padding: 18px 0;
  cursor: pointer;
}

.icon {
  font-size: 15px;
  color: #4f46e5;
  margin-right: 12px;
}

.industry-title h3 {
  flex: 1;
  font-size: 17px;
  font-weight: 600;
}

.arrow {
  font-size: 14px;
  color: #777;
}

.industry-expand {
  display: none;
  padding: 0 0 18px 28px;
}

.industry-expand ul {
  list-style: none;
  padding: 0;
}

.industry-expand li {
  margin-top: 10px;
}

.industry-expand a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #333;
}

.industry-expand a:hover {
  color: #4f46e5;
}

@media (max-width: 900px) {
  .industry-list {
    grid-template-columns: 1fr;
  }
}
