.elementor-10308 .elementor-element.elementor-element-b71b5bc{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-ea1f9c8 */.industrial-wrapper {
  background-color: #F2F2F2;
  padding: 80px 20px;
}

.industrial-container {
  max-width: 1100px;
  margin: 0 auto;
  background: #ffffff;
  padding: 60px 70px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  font-family: "Inter", "Segoe UI", sans-serif;
}

.industrial-container h1 {
  font-size: 2.6rem;
  color: #23286B;
  margin-bottom: 30px;
  line-height: 1.2;
}

.industrial-container h2 {
  font-size: 1.8rem;
  color: #23286B;
  margin-top: 60px;
  margin-bottom: 20px;
  border-left: 5px solid #23286B;
  padding-left: 16px;
}

.industrial-container p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 18px;
}

.industrial-container ul {
  margin: 25px 0 30px 25px;
  padding: 0;
}

.industrial-container ul li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  color: #333;
  position: relative;
  padding-left: 22px;
}

.industrial-container ul li::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #23286B;
  font-size: 0.7rem;
  top: 6px;
}

/* Responsive */
@media (max-width: 768px) {
  .industrial-container {
    padding: 40px 25px;
  }

  .industrial-container h1 {
    font-size: 2rem;
  }

  .industrial-container h2 {
    font-size: 1.4rem;
  }
}/* End custom CSS */