.fhi-people { width: 100%; color: #20252b; font-family: inherit; }
.fhi-people *, .fhi-people *::before, .fhi-people *::after { box-sizing: border-box; }
.fhi-people__section + .fhi-people__section { margin-top: 34px; }
.fhi-people__heading { position: relative; margin: 0 0 16px; padding: 0 0 12px; font-size: 22px; line-height: 1.25; font-weight: 750; color: #0074da; }
.fhi-people__heading::after { content: ''; position: absolute; bottom: 0; left: 0; width: 34px; height: 2px; border-radius: 2px; background: #188cf1; }
.fhi-people__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; align-items: stretch; }
.fhi-people__card { display: flex; flex-direction: column; align-items: center; min-width: 0; height: 100%; min-height: 210px; padding: 17px 12px 20px; text-align: center; background: #fff; border: 1px solid #e1e9f5; border-radius: 10px; box-shadow: 0 3px 7px rgba(27,66,137,.075); overflow-wrap: anywhere; }
.fhi-people__photo { display: block; flex: 0 0 auto; width: 54px; height: 54px; margin: 0 auto 12px; border-radius: 50%; object-fit: cover; object-position: center; border: 1px solid #d6e1ee; background: #fff; }
.fhi-people__eyebrow { font-size: 9px; line-height: 1.35; color: #0879dd; text-transform: uppercase; margin: -4px 0 5px; font-weight: 600; }
.fhi-people__name { color: #20252b; font-size: 13px; font-weight: 750; line-height: 1.32; margin: 0 0 7px; }
.fhi-people__name a { color: inherit; text-decoration: none; }
.fhi-people__name a:hover { color: #0879dd; text-decoration: underline; }
.fhi-people__role { color: #68717b; font-size: 10px; font-weight: 400; line-height: 1.45; margin: 0 0 7px; }
.fhi-people__org { color: #8a939d; font-size: 9px; line-height: 1.45; margin: 0 0 7px; }
.fhi-people__session, .fhi-people__topic { color: #0079e4; font-size: 10px; line-height: 1.4; margin: 0; }
.fhi-people__topic { margin-top: 5px; }
.fhi-people__section--speakers .fhi-people__card,
.fhi-people__section--day2_speakers .fhi-people__card { min-height: 255px; }
@media (max-width:1024px) { .fhi-people__grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width:767px) {
  .fhi-people__grid { grid-template-columns: minmax(0,1fr); gap: 12px; }
  .fhi-people__card { min-height: 0; padding: 20px 16px; }
  .fhi-people__section--speakers .fhi-people__card,
  .fhi-people__section--day2_speakers .fhi-people__card { min-height: 0; }
  .fhi-people__heading { font-size: 20px; }
  .fhi-people__name { font-size: 15px; }
  .fhi-people__role, .fhi-people__session, .fhi-people__topic { font-size: 11px; }
  .fhi-people__org { font-size: 10px; }
}
