.unique-speaker-section{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:2rem 0}.unique-speaker-cards{display:grid;gap:2rem;margin:0 auto;max-width:1200px;width:100%;@media (max-width:670px){grid-template-columns:1fr}@media (min-width:671px){grid-template-columns:repeat(2,1fr)}}.speaker-card{align-items:baseline;display:flex;flex-direction:column;text-align:left}.speaker-headshot{background-position:50%;background-size:cover;border-radius:50%;height:180px;margin-bottom:32px;object-fit:cover;width:180px}.speaker-info{font-family:Arial,sans-serif;line-height:1.4}.speaker-name{font-size:1.5rem;font-weight:400;line-height:140%;margin:0 0 6px}.speaker-job-title{margin:0 0 16px}.speaker-bio,.speaker-job-title{color:#0b0b26;font-size:16px;line-height:180%}.speaker-bio{margin:0;overflow-wrap:break-word}