.projects{
  background-color: #fff;
  padding: 30px;
}.projects .single-popular-course{
  margin-bottom: 30px;
}
.section_header {
  position: relative;
  padding-bottom: 2rem;
  text-align: center;
}
.section_header:before {
  content: "";
  width: 5rem;
  height: 3px;
  background-color: var(--colorAlternative);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section_title {
  font-size: 25px;
}
.section_hint {
  font-size: 18px;
  display: block;
  margin-top: 0rem;
  text-transform: none;
}

.overview table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  border-top: 0;
}
.view-project:hover{
  color: #f58212;
}