/* ================= INDUSTRIES WE SERVE ================= */

.industries-section {
  padding: 90px 60px;
  background: #ffffff;
}

.industries-container {
  max-width: 900px;
  margin: 0 auto;
}

/* HEADING */
.industries-container h2 {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

/* SUBTITLE */
.industries-intro {
  font-size: 15px;
  color: #555;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
}

/* LIST */
.industries-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.industries-list li {
  padding: 18px 0;
  border-bottom: 1px solid #e5e7eb;
}

.industries-list li:last-child {
  border-bottom: none;
}

/* ITEM HEADING */
.industries-list h4 {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  margin-bottom: 6px;
}

/* ITEM PARAGRAPH */
.industries-list p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

/* ================= MOBILE ================= */

@media (max-width: 900px) {

  .industries-section {
    padding: 60px 24px;
  }

  .industries-container h2 {
    font-size: 26px;
  }

  .industries-intro {
    margin-bottom: 24px;
  }
}
