.agenda-container {
  display: block !important;
}
.agenda-sec-container {
  width: 100% !important;
}
.row-spacing {
  padding: 20px 0;
  margin-bottom: 20px;
  align-items: baseline;
  /* justify-content: center; */
}
.time-div {
  width: 100% !important;
}
.speaker-details {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 10px;
}
.speaker-name-para {
  margin-bottom: 0px;
}
.row-rev {
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .row-rev {
    flex-direction: column-reverse;
    text-align: center;
  }
  .row-rev div {
    min-width: 100%;
  }
  .speaker-details h6 {
    width: 100px !important;
  }
}

.speaker-details p {
  margin-bottom: 0px !important;
  margin-left: 5px;
}
.speaker-details h6 {
  margin-top: 0px !important;
}

.speaker-block {
  margin-bottom: 10px;
}
