#classContainer .col-12, #classContainer .col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}

.ul-hisur {
  padding-inline-start: 0px;
}

.li-hisur {
  list-style-type: none;
  cursor: pointer;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 13px;
  font-weight: normal;
  list-style: none;
  line-height: 14px;
  margin-bottom: 10px;
  text-align: justify;
}

.li-hisur > a {
  color: #041e42;
  font-weight: normal;
  cursor: pointer;
}

.li-hisur:hover {
  list-style-type: none;
  color: #b3a369;
  cursor: pointer;
}

.li-hisur > a.active {
  color: #b3a369;
}

.active-list {
  color: #b3a369;
}