/* Who We Are (About) — long-form layout */

.who-we-hero {
  margin-top: 0;
  padding: 110px 0 64px;
  position: relative;
  color: #fff;
  background: var(--home-bg);
  background-image: radial-gradient(circle at 50% 45%, #1b3f93 0%, #123172 38%, #0e2148 68%, #0b1b3a 100%);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.who-we-hero .crumb {
  font-size: 14px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.72);
}

.who-we-hero .crumb a {
  color: #7dd3fc;
  text-decoration: none;
}

.who-we-hero .crumb a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.who-we-hero h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.12;
  max-width: 720px;
  margin-bottom: 14px;
  color: #ffffff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.who-we-hero .lead {
  font-size: 1.05rem;
  line-height: 1.5;
  max-width: 520px;
  color: #bae6fd;
  margin-bottom: 0;
}

.who-we-section {
  padding: 72px 0;
}

.who-we-section.alt {
  background: #f6f9ff;
}

.who-we-story-img {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(1, 41, 112, 0.12);
}

.who-we-story-img img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.who-we-kicker {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4154f1;
  margin-bottom: 10px;
}

.who-we-story-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 700;
  color: #0a1628;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 3px solid #e8a598;
  display: block;
  line-height: 1.25;
  max-width: 520px;
}

.who-we-story-body p {
  color: #4f5b73;
  line-height: 1.8;
  margin-bottom: 16px;
  font-size: 16px;
}

.who-we-story-body p:last-child {
  margin-bottom: 0;
}

.who-we-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}

.who-we-service-tags li {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: #eef3ff;
  border: 1px solid #dbeafe;
  color: #1e3a8a;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.who-we-prose h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #012970;
  margin-bottom: 20px;
}

.who-we-prose p {
  color: #4f5b73;
  line-height: 1.75;
  margin-bottom: 16px;
}

/* Vision / mission / values bento */
.who-we-bento {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}

@media (max-width: 991px) {
  .who-we-bento {
    grid-template-columns: 1fr;
  }
}

.who-we-values {
  grid-row: span 2;
  background: linear-gradient(160deg, #f4c4b8 0%, #e8a598 45%, #d8897a 100%);
  color: #2d1814;
  border-radius: 18px;
  padding: 32px 28px;
  box-shadow: 0 14px 40px rgba(232, 165, 152, 0.35);
}

.who-we-values h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 18px;
}

.who-we-values ul {
  margin: 0;
  padding-left: 20px;
  line-height: 1.85;
  font-weight: 600;
}

.who-we-vm-card {
  background: #fff;
  border: 1px solid #e4ebff;
  border-radius: 18px;
  padding: 28px 26px;
  box-shadow: 0 12px 32px rgba(1, 41, 112, 0.07);
}

.who-we-vm-card .icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #eef3ff;
  color: #012970;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 14px;
}

.who-we-vm-card h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #012970;
  margin-bottom: 10px;
}

.who-we-vm-card p {
  margin: 0;
  color: #5a667f;
  line-height: 1.65;
}

/* Timeline */
.who-we-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 767px) {
  .who-we-timeline {
    grid-template-columns: 1fr;
  }
}

.who-we-milestone {
  background: #fff;
  border: 1px solid #e4ebff;
  border-radius: 16px;
  padding: 28px 26px;
  text-align: left;
  box-shadow: 0 10px 28px rgba(1, 41, 112, 0.06);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.who-we-milestone .year {
  font-size: 14px;
  font-weight: 800;
  color: #4154f1;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.who-we-milestone h4 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #012970;
  margin-bottom: 10px;
}

.who-we-milestone p {
  margin: 0;
  color: #5a667f;
  font-size: 15px;
  line-height: 1.6;
}

/* Leadership cards */
.who-we-leadership-row {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .who-we-leadership-row .who-we-leader-col:first-child {
    padding-right: 28px;
  }

  .who-we-leadership-row .who-we-leader-col:last-child {
    padding-left: 28px;
  }
}

@media (min-width: 1200px) {
  .who-we-leadership-row .who-we-leader-col:first-child {
    padding-right: 48px;
  }

  .who-we-leadership-row .who-we-leader-col:last-child {
    padding-left: 48px;
  }
}

.who-we-leader-card {
  background: #fff;
  border: 1px solid #e4ebff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(1, 41, 112, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.who-we-leader-photo {
  aspect-ratio: 4 / 4.5;
  overflow: hidden;
  background: #eef3ff;
}

.who-we-leader-photo--fit {
  aspect-ratio: auto;
  min-height: 360px;
  padding: 22px 22px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.who-we-leader-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.who-we-leader-photo--fit img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  object-position: center center;
}

.who-we-leader-photo--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #eef3ff 0%, #dde8ff 100%);
  color: #4154f1;
  font-size: 4rem;
}

.who-we-leader-body {
  padding: 22px 24px 26px;
  flex: 1;
}

.who-we-leader-body h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #012970;
  margin: 0 0 6px;
}

.who-we-leader-role {
  display: inline-block;
  margin: 0;
  padding: 4px 12px;
  border-radius: 999px;
  background: #eef3ff;
  color: #4154f1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.who-we-leader-note {
  margin: 0;
  color: #5a667f;
  font-size: 15px;
  line-height: 1.65;
}

.who-we-leader-note--muted {
  color: #9ca3af;
  font-style: italic;
}

.who-we-leader-card--placeholder {
  border-style: dashed;
  border-color: #c7d9ff;
  background: #fafbff;
}

/* CEO */
.who-we-ceo-img {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(1, 41, 112, 0.12);
}

.who-we-ceo-img img {
  width: 100%;
  display: block;
  object-fit: cover;
  min-height: 380px;
}

/* Team grid — 5-column layout (row 2: Richa spans 2 + 3 slots; row 3: 5 members) */
.who-we-team-leads-row,
.who-we-team-members {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.who-we-team-leads-row {
  margin-bottom: 2.5rem;
  align-items: start;
}

.who-we-team-leads-row .who-we-team-card--featured {
  grid-column: span 2;
  width: 100%;
  max-width: 300px;
  justify-self: start;
}

.who-we-team-leads-row .who-we-team-card--featured .who-we-team-photo {
  width: 100%;
  height: 230px;
  padding: 14px 14px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f3f7ff 0%, #eef3ff 100%);
  box-sizing: border-box;
}

.who-we-team-leads-row .who-we-team-card--featured .who-we-team-photo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 202px;
  object-fit: contain;
  object-position: center center;
}

.who-we-team-leads-row .who-we-team-card--featured .body {
  padding: 14px 12px 16px;
}

.who-we-team-leads-row .who-we-team-card--compact {
  grid-column: span 1;
}

.who-we-team-members .who-we-team-card {
  grid-column: span 1;
}

.who-we-team-leads-row .who-we-team-card--featured h4 {
  font-size: 1.12rem;
}

.who-we-team-leads-row .who-we-team-card--featured span {
  font-size: 13px;
  color: #4154f1;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .who-we-team-leads-row,
  .who-we-team-members {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .who-we-team-leads-row .who-we-team-card--featured {
    grid-column: span 2;
    max-width: 300px;
    justify-self: start;
  }

  .who-we-team-leads-row .who-we-team-card--featured .who-we-team-photo {
    height: 230px;
  }

  .who-we-team-leads-row .who-we-team-card--featured .who-we-team-photo img {
    max-height: 202px;
  }

  .who-we-team-leads-row .who-we-team-card--compact,
  .who-we-team-members .who-we-team-card {
    grid-column: span 1;
  }
}

@media (max-width: 575px) {
  .who-we-team-leads-row,
  .who-we-team-members {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .who-we-team-leads-row .who-we-team-card--featured {
    grid-column: span 2;
    max-width: 300px;
    justify-self: center;
    margin: 0 auto;
  }

  .who-we-team-leads-row .who-we-team-card--featured .who-we-team-photo {
    height: 230px;
  }

  .who-we-team-leads-row .who-we-team-card--compact,
  .who-we-team-members .who-we-team-card {
    grid-column: span 1;
  }
}

.who-we-team-card {
  background: #fff;
  border: 1px solid #e4ebff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(1, 41, 112, 0.07);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.who-we-team-card--compact .who-we-team-photo,
.who-we-team-card--compact > img {
  height: 170px;
}

.who-we-team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.who-we-team-photo {
  width: 100%;
  overflow: hidden;
  background: #eef3ff;
  flex-shrink: 0;
}

.who-we-team-photo--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  background: linear-gradient(160deg, #f6f9ff 0%, #eef3ff 100%);
  color: #94a3b8;
  font-size: 2.25rem;
}

.who-we-team-card--placeholder {
  border-style: dashed;
  border-color: #c7d9ff;
  background: #fafbff;
}

.who-we-team-card--placeholder h4 {
  color: #9ca3af;
}

.who-we-team-card--placeholder span {
  color: #b0b8c9;
  font-style: italic;
}

.who-we-team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.who-we-team-card .body {
  padding: 16px 14px 18px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.who-we-team-card h4 {
  font-size: 0.95rem;
  font-weight: 800;
  color: #012970;
  margin-bottom: 4px;
  line-height: 1.3;
}

.who-we-team-card span {
  font-size: 13px;
  color: #6b7280;
}

/* Media strip */
.who-we-media {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}

.who-we-media span {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  background: #fff;
  border: 1px solid #e4ebff;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #4b5563;
}

/* Podcast / blog rows */
.who-we-rail {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  align-items: start;
}

@media (max-width: 991px) {
  .who-we-rail {
    grid-template-columns: 1fr;
  }
}

.who-we-rail h3 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #012970;
  margin-bottom: 10px;
}

.who-we-rail .sub {
  color: #6b7280;
  font-size: 15px;
  margin-bottom: 16px;
}

.who-we-mini-card {
  display: flex;
  gap: 16px;
  background: #fff;
  border: 1px solid #e4ebff;
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 14px;
  box-shadow: 0 8px 24px rgba(1, 41, 112, 0.05);
}

.who-we-mini-card img {
  width: 120px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}

.who-we-mini-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 6px;
  line-height: 1.35;
}

.who-we-mini-card a {
  font-size: 13px;
  font-weight: 700;
  color: #4154f1;
  text-decoration: none;
}

.who-we-mini-card a:hover {
  text-decoration: underline;
}

.who-we-blog-card {
  background: #fff;
  border: 1px solid #e4ebff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(1, 41, 112, 0.06);
  height: 100%;
}

.who-we-blog-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.who-we-blog-card .body {
  padding: 16px;
}

.who-we-blog-card .tag {
  font-size: 11px;
  font-weight: 700;
  color: #4154f1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.who-we-blog-card h4 {
  font-size: 16px;
  font-weight: 800;
  color: #012970;
  margin: 8px 0;
  line-height: 1.35;
}

/* CTA banner */
.who-we-cta {
  padding: 56px 0;
  border-radius: 0;
  background:
    linear-gradient(115deg, rgba(65, 84, 241, 0.95), rgba(1, 41, 112, 0.92)),
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
  color: #fff;
  text-align: center;
}

.who-we-cta h2 {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 800;
  margin-bottom: 12px;
}

.who-we-cta p {
  max-width: 560px;
  margin: 0 auto 22px;
  color: #e8eeff;
}

.who-we-cta .btn-light {
  border-radius: 999px;
  padding: 12px 28px;
  font-weight: 700;
}

/* Resource cards */
.who-we-resource {
  background: #fff;
  border: 1px solid #e4ebff;
  border-radius: 16px;
  padding: 22px;
  height: 100%;
  box-shadow: 0 12px 30px rgba(1, 41, 112, 0.06);
}

.who-we-resource .thumb {
  height: 160px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eef3ff, #dfe8ff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #012970;
  font-size: 42px;
  overflow: hidden;
}

.who-we-resource .thumb--photo {
  padding: 14px 16px 10px;
  background: linear-gradient(160deg, #f6f9ff 0%, #eef3ff 100%);
  align-items: center;
}

.who-we-resource .thumb--photo img {
  width: 100%;
  height: 100%;
  max-height: 136px;
  object-fit: contain;
  object-position: center center;
  display: block;
}

.who-we-resource h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #012970;
  margin-bottom: 8px;
}

.who-we-resource p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 12px;
}

.who-we-resource a {
  font-weight: 700;
  font-size: 14px;
  color: #4154f1;
  text-decoration: none;
}

.who-we-resource a:hover {
  text-decoration: underline;
}

/* Stats — light section, branded stat cards */
.who-we-stats {
  padding: 72px 0 64px;
  margin-bottom: 0;
  background: transparent;
  color: inherit;
}

.who-we-stats-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.who-we-stats-intro p {
  color: #5a667f;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 14px;
}

.who-we-stats-intro h2 {
  color: #012970;
  font-weight: 800;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin: 0;
}

.who-we-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .who-we-stats {
    padding: 56px 0 48px;
  }

  .who-we-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .who-we-stat-item {
    padding: 22px 12px;
  }
}

.who-we-stat-item {
  text-align: center;
  padding: 28px 16px 24px;
  background: #fff;
  border: 1px solid #e4ebff;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(1, 41, 112, 0.07);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.who-we-stat-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0d83fd 0%, #4154f1 100%);
}

.who-we-stat-item:nth-child(2)::before {
  background: linear-gradient(90deg, #4154f1 0%, #6366f1 100%);
}

.who-we-stat-item:nth-child(3)::before {
  background: linear-gradient(90deg, #012970 0%, #0d83fd 100%);
}

.who-we-stat-item:nth-child(4)::before {
  background: linear-gradient(90deg, #0ea5e9 0%, #5ec9ff 100%);
}

.who-we-stat-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(1, 41, 112, 0.12);
}

.who-we-stat-item .num {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  color: #012970;
  margin-bottom: 8px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.who-we-stat-item .lbl {
  font-size: 14px;
  color: #5a667f;
  margin: 0;
  font-weight: 600;
  line-height: 1.45;
}

/* ── Vision & Mission full-width cards ── */
.who-we-vm-full {
  background: #fff;
  border: 1px solid #e4ebff;
  border-radius: 20px;
  padding: 36px 32px;
  height: 100%;
  box-shadow: 0 14px 40px rgba(1, 41, 112, 0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.who-we-vm-full:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(1, 41, 112, 0.13);
}

.who-we-vm-full--mission {
  background: linear-gradient(145deg, #eef3ff 0%, #dde8ff 100%);
  border-color: #c7d9ff;
}

.who-we-vm-full--mission h3 {
  color: #012970;
}

.who-we-vm-full--mission p {
  color: #4f5b73;
}

.who-we-vm-full-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #eef3ff;
  color: #012970;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  flex-shrink: 0;
}

.who-we-vm-full--mission .who-we-vm-full-icon {
  background: rgba(1, 41, 112, 0.1);
  color: #012970;
}

.who-we-vm-full h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #012970;
  margin: 0;
}

.who-we-vm-full p {
  margin: 0;
  color: #4f5b73;
  line-height: 1.75;
  font-size: 15.5px;
}

/* ── Core Values grid ── */
.who-we-core-values {
  margin-top: 12px;
  background: #f6f9ff;
  border-radius: 20px;
  padding: 40px 36px;
  border: 1px solid #e4ebff;
}

.who-we-core-values-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #012970;
  margin-bottom: 28px;
  text-align: center;
}

.who-we-core-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 991px) {
  .who-we-core-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .who-we-core-values-grid {
    grid-template-columns: 1fr;
  }
  .who-we-vm-full {
    padding: 28px 22px;
  }
  .who-we-core-values {
    padding: 28px 20px;
  }
}

.who-we-cv-item {
  background: #fff;
  border: 1px solid #e4ebff;
  border-radius: 16px;
  padding: 24px 22px;
  box-shadow: 0 8px 24px rgba(1, 41, 112, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.who-we-cv-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(1, 41, 112, 0.11);
}

.who-we-cv-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eef3ff, #dde8ff);
  color: #4154f1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 14px;
}

.who-we-cv-item h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #012970;
  margin-bottom: 8px;
}

.who-we-cv-item p {
  margin: 0;
  color: #5a667f;
  font-size: 14px;
  line-height: 1.65;
}

/* ── Who We Are — two-column about grid ── */
.who-we-about-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 48px;
  align-items: start;
}

@media (max-width: 991px) {
  .who-we-about-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* Highlights column */
.who-we-highlights {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.who-we-highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border: 1px solid #e4ebff;
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: 0 6px 20px rgba(1, 41, 112, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.who-we-highlight-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(1, 41, 112, 0.11);
}

.who-we-highlight-item > i {
  font-size: 24px;
  color: #4154f1;
  flex-shrink: 0;
  margin-top: 2px;
  width: 42px;
  height: 42px;
  background: #eef3ff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.who-we-highlight-item h5 {
  font-size: 15px;
  font-weight: 800;
  color: #012970;
  margin: 0 0 5px;
}

.who-we-highlight-item p {
  font-size: 13.5px;
  color: #5a667f;
  margin: 0;
  line-height: 1.55;
}
