.speakers-section{margin:0 auto;max-width:1200px;padding:20px;width:50%}.speakers-heading{margin-bottom:30px;text-align:left}.speakers-heading h2{font-size:28px;font-weight:700;margin:0}.speakers-heading p{color:#666;font-size:16px;margin-top:10px}.speakers-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.speaker{align-items:center;display:flex;gap:10px;width:48%}.speaker-image img{border-radius:5%;box-shadow:-6px 6px #ff7f00;height:150px;object-fit:cover;width:150px}.speaker-info{flex:1}.speaker-info h3{font-size:18px;margin:0 0 5px}.speaker-title{color:#666;font-size:14px;font-weight:700;margin:0 0 10px}.speaker-bio{font-size:14px;margin:0}@media only screen and (max-width:600px){.speakers-section{padding:10px;width:90%}.speakers-container{flex-direction:column;gap:15px}.speaker{align-items:center;flex-direction:row;text-align:left;width:100%}.speaker-image img{border-radius:5%;box-shadow:-6px 6px #ff7f00;height:120px;object-fit:cover;width:120px}.speaker-info{flex:1;margin-left:15px}.speaker-info h4{font-size:16px;margin:0 0 5px}.speaker-bio,.speaker-title{font-size:14px;margin:0}}@media only screen and (min-width:601px) and (max-width:900px){.speakers-section{width:80%}.speakers-container{flex-direction:row;gap:20px}.speaker{align-items:flex-start;flex-direction:row;text-align:left;width:48%}.speaker-image img{height:140px;width:140px}.speaker-info h4{font-size:18px}.speaker-bio,.speaker-title{font-size:16px}}