.harmonogram {
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.harmonogram h3 {
  color: #233D61;
  border-bottom: 2px solid #233D61;
  padding-bottom: 12px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.harmonogram .event {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 112px;
}

.harmonogram .event:last-child {
  border-bottom: none;
}

.harmonogram .date {
  flex: 1;
  color: #233D61;
  font-weight: 700;
}

.harmonogram .description {
  flex: 2;
  font-weight: bold;
  color: #233D61;
}

.harmonogram .time {
  flex: 1;
  color: #999;
  text-align: right;
  color: #233D61;
}

/*# sourceMappingURL=style.css.map */
