/* Homepage — Meet Our Leadership (official BNEC collage) */
#middle2.rnc-bnec {
  padding: 0 10px 2.5rem;
  background: var(--primaryColor, #f6b100);
}

.rnc-bnec-inner {
  padding: 2.75rem 0 1.5rem;
}

.rnc-bnec-head {
  text-align: center;
  margin: 0 auto 1.75rem;
  max-width: 52rem;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  border: 0 !important;
}

.rnc-bnec-head h2,
.rnc-bnec-head h2.h2_repeat {
  margin: 0 0 0.55rem !important;
  color: #0b2860 !important;
  font-family: var(--secFont), Merriweather, Georgia, serif !important;
  font-size: clamp(1.85rem, 3.2vw, 2.6rem) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  background: transparent !important;
  text-shadow: none !important;
}

.rnc-bnec-head h2::before,
.rnc-bnec-head h2::after,
.rnc-bnec-head p::before,
.rnc-bnec-head p::after {
  display: none !important;
  content: none !important;
}

.rnc-bnec-head p,
.rnc-bnec-sub {
  display: block !important;
  width: auto !important;
  max-width: 40rem !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #243044 !important;
  font-family: var(--priFont), Figtree, sans-serif !important;
  font-size: clamp(0.95rem, 1.4vw, 1.12rem) !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

.rnc-bnec-collage {
  display: block;
  width: min(100%, 720px);
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.18),
    0 2px 0 rgba(255, 255, 255, 0.2);
  background: #0b2860;
  line-height: 0;
}

.rnc-bnec-collage img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none !important;
  vertical-align: top;
}

.rnc-bnec .our_motto_info {
  margin-top: 2rem;
}

@media only screen and (max-width: 700px) {
  .rnc-bnec-inner {
    padding: 2rem 0 1rem;
  }

  .rnc-bnec-collage {
    width: 100%;
    border-radius: 10px;
  }
}
