.speakers-wrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}h3.speakers-title{font-size:24px;line-height:1.4;text-align:center;margin:0px;background:#f2f6f7;padding:8px}.speaker{display:flex;justify-content:flex-start;align-items:flex-start;margin:30px 10px 0;width:290px;max-width:100%;flex-grow:1}.speaker img{width:65px;margin-right:15px}.speaker-details{width:210px}.speaker p{margin:0}.speaker p.speaker-name{font-weight:600;font-size:20px;line-height:1.2;margin-bottom:5px}.speaker p.speaker-title,.speaker p.speaker-organization{font-size:16px}@media screen and (max-width:767px){.speaker{width:calc(50% - 20px)}.speaker p.speaker-name{font-size:20px}.speaker p.speaker-title,.speaker p.speaker-organization{font-size:16px}}@media screen and (max-width:600px){.speaker{justify-content:center;width:290px}}