.speakers-grid-section{padding:0}.speakers-grid-container{margin:0 auto;max-width:1140px;width:100%}.speakers-grid__title{color:#2c303b;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:700;margin:0 0 40px}.speakers-grid__list{display:grid;gap:60px;grid-template-columns:repeat(2,1fr)}.speaker-item{align-items:center;display:flex;flex-direction:row;gap:20px}.speaker-item__image{flex-shrink:0;width:165px}.speaker-item__image img{aspect-ratio:1/1;border-radius:50%;display:block;height:auto;object-fit:cover;width:100%}.speaker-item__placeholder{align-items:center;aspect-ratio:1/1;background-color:#f0f0f0;border:2px dashed #ccc;border-radius:50%;color:#666;display:flex;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;justify-content:center;padding:8px;text-align:center;width:120px}.speaker-item__content{display:flex;flex-direction:column;gap:12px}.speaker-item__name{color:#2b3a63;font-size:24px;font-weight:700;margin:0}.speaker-item__bio,.speaker-item__name{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.speaker-item__bio{color:#2c303b;font-size:15px;line-height:1.6}.speaker-item__bio p{font-size:15px;margin:0 0 10px}.speaker-item__bio p:last-child{margin-bottom:0}@media (max-width:1000px){.speakers-grid__list{gap:40px;grid-template-columns:1fr}}@media (max-width:580px){.speakers-grid-section{padding:40px 0}.speakers-grid__title{font-size:28px;margin-bottom:30px}.speakers-grid__list{gap:30px}.speaker-item{flex-direction:column;gap:16px}.speaker-item__image{max-width:100%;width:100%}.speaker-item__placeholder{width:100%}.speaker-item__name{font-size:20px}}