/* Извлечено из <style> хендоффа «Вечерняя Москва v8.html». */
.speakers-grid.two{ grid-template-columns:repeat(2,1fr); max-width:940px; }
.sponsors-row.three{ grid-template-columns:repeat(3,1fr); max-width:940px; }
@media (max-width:720px){
  .speakers-grid.two{ grid-template-columns:1fr; }
  .sponsors-row.three{ grid-template-columns:1fr 1fr; }
}
