#content .separator {
  padding: 30px 0 60px;
  text-align: center;
}

#content .separator .separator-item {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 2px;
  border-radius: 50%;
  background: #DDD;
}

#content #student-list {
  margin-bottom: 20px;
}

#content #student-list .headline {
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}

#content #student-list .student-item {
  margin-bottom: 20px;
}

#content #student-list .student-item .student-img {
  margin-bottom: 20px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 10px solid #EEE;
}

#content #student-list .student-item .student-name {
  margin-top: 10px;
  font-weight: 400;
}

#content #student-list .student-item .student-description {
  font-size: 12px;
}

