.choice {
  background-color: #1390DF;
  color: #112D61;
}

.btn {
  margin-bottom: 40px;
  font-weight: 800;
}

.program_btn,
a.program_btn {
  color: #fff;
  background-color: #eb6100;
  width: 300px;
  display: block;
  font-size: 20px;
  text-align: center;
  padding: 15px;
  border-radius: 15px;
}

.program_btn:hover,
a.program_btn:hover {
  color: #fff;
  background: #f56500;
}

.schedule {
  margin: 0 auto;
  margin-bottom: 50px;
}

.date-row {
  background-color: #9AA5B5;
  padding: 10px;
  margin-bottom: 25px;
  font-weight: bold;
}

.session {
  margin-bottom: 30px;
}

.session-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #1a4a78;
  padding-bottom: 4px;
}

.session-header h3 {
  margin: 0;
  color: #1a4a78;
  font-size: 20px;
}

.time {
  font-size: 20px;
}

.details {
  margin-top: 8px;
}

.details p {
  margin: 4px 0;
}

@media (max-width: 768px) {
  .session-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .time {
    margin-top: 4px;
  }
}/*# sourceMappingURL=program.css.map */