.speaker-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:2rem}.speaker-grid .speaker-card{margin-inline:auto;max-width:400px}.speaker-grid .speaker-card .card-header{aspect-ratio:1/1;margin-bottom:1rem;overflow:hidden}.speaker-grid .speaker-card .card-header img{height:100%;object-fit:cover;width:100%}.speaker-grid .speaker-card h3{color:var(--blue);font-size:1.25rem;font-weight:600;margin-bottom:0}.speaker-grid .speaker-bio{margin-top:1rem}@media(min-width:992px){.speaker-grid{grid-template-columns:repeat(3,1fr)}}