.page-header {
  background: rgb(11,32,49);
  background: linear-gradient(90deg, rgba(11,32,49,1) 0%, rgba(31,85,130,1) 100%);
  color: #D0B591;
}
.schedule__time {
    color: #000;
}
.schedule__item {
  color: #153958;
}
.schedule__item em {
color: #d0b591;
}

.pricing__content {
  min-height: 13em;
}

.speaker {
  margin-bottom: 40px;
  min-height: 370px;
}

.footer__content {
  min-height: 180px;
}