

/* Sekcja 2  Typ sekcji Agenda Widok Agenda Grid */

#section2 {
margin-top: 5rem;

h3 {
  font-size: 3rem;
}

.agendaItems p {
  font-weight: 500 !important;
}
}


/* Sekcja 3  Typ sekcji Prelegenci Widok Siatka prelegentów */

#section3 {
h3 {
  margin-bottom: 5rem;
  margin-top: 3rem;
}

.prelegentContainer {
  gap: 4rem 0;
}

p.speakerName, p.speakerName strong {
  font-weight: 500 !important;
}

@media(max-width: 991px) {
  .prelegentContainer {
    flex-direction: column;
  }

  .prelegentItem {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .prelegentItem {
    width: calc(100% / 3) !important;
  }
}
}


/* Sekcja 5  Typ sekcji Agenda Widok Agenda podstawowa */

#section5 {
.godzina, .nazwa{

margin-bottom: 20px;
}

.godzina{
border-right: 2px solid #ea580c;
}

.agenda-data{
  margin: 0 0 32px;
  font-size: 32px;
color: #ea580c;

}
}
