.elementor-54 .elementor-element.elementor-element-668d26c{--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-975b2cf *//* ===============================
   ABOUT – INSTITUTIONAL STYLE
=============================== */

.about-institutional {
  background: #ffffff;
  padding: 110px 20px;
  font-family: "Inter", system-ui, sans-serif;
  color: #0f172a;
}

.ai-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===============================
   HEADER
=============================== */

.ai-header {
  text-align: center;
  margin-bottom: 80px;
}

.ai-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  color: #2563eb;
  margin-bottom: 14px;
  font-weight: 600;
}

.ai-header h2 {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.ai-subtitle {
  font-size: 14.5px;
  color: #475569;
}

/* ===============================
   LAYOUT
=============================== */

.ai-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: flex-start;
}

/* ===============================
   LEFT NARRATIVE
=============================== */

.ai-narrative p {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 26px;
  color: #1f2937;
}

.ai-narrative strong {
  color: #020617;
  font-weight: 700;
}

/* ===============================
   RIGHT AUTHORITY RAIL
=============================== */

.ai-rail {
  border-left: 1px solid #e5e7eb;
  padding-left: 34px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.ai-rail-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  transition: transform 0.35s ease;
}

.ai-rail-item:hover {
  transform: translateX(6px);
}

.ai-rail-item span {
  font-size: 20px;
  font-weight: 800;
  color: #2563eb;
  min-width: 28px;
}

.ai-rail-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.ai-rail-item p {
  font-size: 14.8px;
  line-height: 1.7;
  color: #334155;
}

/* ===============================
   RESPONSIVE
=============================== */

@media (max-width: 900px) {
  .ai-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .ai-rail {
    border-left: none;
    padding-left: 0;
  }

  .ai-header h2 {
    font-size: 34px;
  }
}/* End custom CSS */