.leadership-page {
  background: #fff;
}

.leadership-page .research-shell {
  background: #fff;
}

.leadership-page .research-sidebar {
  background: #fff;
}

.leadership-page .research-content {
  background: #fff;
}
.leadership-main-title {
  font-size: 48px;
  color: #081e79;
  margin-bottom: 48px;
}

.leadership-section {
  margin-bottom: 64px;
}

.leadership-section h2 {
  font-size: 30px;
  color: #051143;
  margin-bottom: 24px;
}

.leadership-section p {
  font-family: "Neue Haas Grotesk Display Pro", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: #444;
}

.leadership-image-wrap {
  width: 100%;
  margin-bottom: 64px;
  border-radius: 12px;
  overflow: hidden;
}

.leadership-image-wrap img {
  width: 100%;
  display: block;
}

/* Adjusting Research Content for Leadership */
.leadership-page .research-content {
  padding-top: 0;
}

.leadership-page .research-content-inner {
  padding-top: 48px;
}

.leadership-page .filter-list li {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
  font-size: 15px;
}

.leadership-page .filter-list li.active {
  color: #081e79;
  font-weight: 500;
}

.square-dot {
  width: 8px;
  height: 8px;
  background: #081e79;
  display: inline-block;
  border-radius: 2px;
}

@media (max-width: 760px) {
  .leadership-main-title {
    font-size: 28px !important;
    margin-bottom: 32px !important;
  }
  .leadership-section h2 {
    font-size: 22px !important;
  }
  .leadership-section p {
    font-size: 16px !important;
  }
}
