.elementor-1445 .elementor-element.elementor-element-24fedc5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-909e8cf *//* =====================================================
   Engineering Insight – Global Content Style
   Scope: .engineering-insight only
   ===================================================== */

.engineering-insight {
  max-width: 980px;
  margin: 0 auto;
  padding: 64px 40px;
  background: #ffffff;
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ---------------------------------
   Engineering Insight Heading
--------------------------------- */

.engineering-insight h2 {
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 28px 0;
  color: #1a1a1a;
}

/* ---------------------------------
   Article Identity Block
--------------------------------- */

.engineering-insight .article-identity {
  margin-bottom: 48px;
}

.engineering-insight .article-identity p {
  margin: 4px 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: #444;
}

.engineering-insight .article-identity strong {
  font-weight: 600;
  color: #222;
}

/* ---------------------------------
   Section Titles (H3)
--------------------------------- */

.engineering-insight h3 {
  margin: 56px 0 16px 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
  color: #111;
}

/* ---------------------------------
   Paragraphs
--------------------------------- */

.engineering-insight p {
  margin: 0 0 18px 0;
  font-size: 16.5px;
  line-height: 1.75;
  color: #222;
}

/* ---------------------------------
   Lists
--------------------------------- */

.engineering-insight ul {
  margin: 0 0 22px 20px;
  padding: 0;
}

.engineering-insight li {
  margin-bottom: 10px;
  font-size: 16.5px;
  line-height: 1.65;
}

/* ---------------------------------
   Inline Emphasis
--------------------------------- */

.engineering-insight em {
  font-style: italic;
}

.engineering-insight strong {
  font-weight: 600;
}

/* ---------------------------------
   Responsive Adjustments
--------------------------------- */

@media (max-width: 768px) {
  .engineering-insight {
    padding: 48px 28px;
  }

  .engineering-insight h3 {
    font-size: 21px;
  }

  .engineering-insight p,
  .engineering-insight li {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .engineering-insight {
    padding: 32px 20px;
  }
}/* End custom CSS */