.page-header-custom {
  background-color: #102039;
  color: white;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 30px;
}

.syllabus-list {
  font-size: 16px;
  line-height: 1.8;
  list-style-type: none;
  padding-left: 0;
}
.syllabus-list li {
  margin-bottom: 10px;
}
.syllabus-list i {
  margin-right: 10px;
  color: #ca1e1e;
}
.list-header {
  color: #102039;
  font-weight: 700;
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ffd700;
  padding-bottom: 10px;
}
