.speakerRow{display:grid;gap:32px 16px;grid-template-columns:repeat(3,1fr);margin:24px 0;text-align:center}.speakerItem{display:block}.speakerRow img{max-width:88px}.speakerRow h4{font-size:16px}.speakerRow h4,.speakerRow h5{margin-bottom:0;text-transform:uppercase}.speakerRow h5{font-size:14px}@media (min-width:768px){.speakerRow{padding-right:48px}}@media (max-width:767px){.speakerRow{justify-content:center}}@media (max-width:600px){.speakerRow{grid-template-columns:repeat(2,1fr)}}