.breadcrumb { margin-bottom: 0; }

#content-header {
  display: none;
}

.speakers-box {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.speakers {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 2rem;
}

.speaker {
  max-width: 230px;
  display: flex;
  flex-flow: column nowrap;
  gap: 0px;
}

.speaker-caption {
  padding: 1rem;
  background-color: #eee;
  color: #333;
  font-size: 16px;
  line-height: 18px;
  border-top: 2px solid #c4bfc0;
  flex-grow: 1;
}
