.speakers_section{background-color:#fffaea}.speakers_section .content-wrapper{align-items:center;display:flex;flex-direction:column;gap:48px}.speakers_section .speakers_header{text-align:center}.speakers_section .speakers_heading{margin-bottom:14px}.speakers_section .speakers_subtitle{font-size:21px;margin:0}.speakers_section .speakers_grid{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;width:100%}.speakers_section .speakers_card{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;min-width:140px;text-align:center;width:250px}.speakers_section .speakers_avatar_wrap{border-radius:50%;flex-shrink:0;height:224px;margin-bottom:16px;overflow:hidden;width:224px}.speakers_section .speakers_avatar{display:block;height:100%;object-fit:cover;width:100%}.speakers_section .speakers_avatar_placeholder{align-items:center;background-color:#ddd;color:#888;display:flex;font-size:40px;font-weight:700;height:100%;justify-content:center;width:100%}.speakers_section .speakers_name{color:var(--secondary_color);font-size:24px;font-weight:700;margin:0 0 4px}.speakers_section .speakers_role{font-size:18px;line-height:1.4;margin:0 0 10px}.speakers_section .speakers_tag{color:var(--accent_secondary_color);font-family:var(--secondary_font);font-size:20px;font-weight:600;margin-top:auto}.speakers_section .speakers_divider{border:none;border-top:1px solid rgba(0,0,0,.12);margin:0;width:100px}.speakers_section .speakers_note{font-family:var(--secondary_font);font-size:24px;font-weight:600;margin:0;text-align:center}.speakers_section .content_team{display:flex;flex-direction:column;justify-content:center}@media (max-width:991px){.speakers_section .speakers_grid{gap:24px 24px}.speakers_section .speakers_card{flex:0 0 calc(33.33333% - 16px);width:calc(33.33333% - 16px)}}@media (max-width:767px){.speakers_section .speakers_grid{gap:30px 16px}.speakers_section .speakers_card{flex:0 0 calc(50% - 8px);min-width:120px;width:calc(50% - 8px)}}@media (max-width:480px){.speakers_section .speakers_card{flex:0 0 100%;width:100%}}