

/* 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;
  justify-content: center;
}

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;
  }
}

.prelegentItem img {
    object-fit: cover;
    object-position: top;
}

.speakerImg {
  object-fit: cover;
  object-position: top;
}
}
