.speaker-grid{column-gap:80px;display:grid;grid-template-columns:repeat(3,1fr);margin:0;max-width:1200px;row-gap:60px;width:100%}.speaker-grid__card{align-items:center;display:flex;flex-direction:column;text-align:center}.speaker-grid__headshot-wrapper{aspect-ratio:1/1;border-radius:100%;height:auto;margin:0 auto 20px;max-width:300px;overflow:hidden;width:auto}.speaker-grid__headshot{display:block;height:300px;object-fit:cover;width:300px}.speaker-grid__headshot-placeholder{align-items:center;background-color:#e8e8e8;color:#999;display:flex;height:300px;justify-content:center;width:300px}.speaker-grid__info{padding:0 10px}.speaker-grid__name{color:#332d61;font-family:Erica One,serif;font-size:32px;letter-spacing:1.5%;line-height:110%;margin:0 0 6px}.speaker-grid__title{font-weight:800}.speaker-grid__organization,.speaker-grid__title{color:#332d61;font-family:Lato,sans-serif;font-size:15px;line-height:20px;text-transform:uppercase}.speaker-grid__organization{font-weight:400;margin:0}@media (max-width:960px){.speaker-grid{gap:24px;grid-template-columns:repeat(2,1fr)}.speaker-grid__headshot,.speaker-grid__headshot-placeholder,.speaker-grid__headshot-wrapper{height:250px;width:250px}}@media (max-width:800px){.speaker-grid{gap:30px;grid-template-columns:1fr}.speaker-grid__headshot,.speaker-grid__headshot-placeholder,.speaker-grid__headshot-wrapper{height:300px;width:300px}}