.academy-students {

}

.academy-students ul.student-list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.academy-students ul.student-list li {
    display: inline-block;
}

.academy-students ul.student-list li .student::after {
    content: "";
    display: table;
    clear: both;
  }

.academy-students ul.student-list li .student .student-image {
    width: 160px;
    height: 210px;
    margin-right: 10px;
    margin-left: 0px;
    display: inline;
    vertical-align: top;
    float: left;
}

.academy-students ul.student-list li:nth-child(2n) .student .student-image {
    float: right;
    margin-left: 10px;
    margin-right: 0px;
}

.academy-students ul.student-list li .student .student-image img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position:  center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.academy-students ul.student-list li .student .student-info {
    display: inline;
    width: calc(100% - 173px);
    vertical-align: top;
}

.academy-students ul.student-list li .student .student-info dl {

}

.academy-students ul.student-list li .student .student-info dl dt {
    color: #EC271F;
    font-size: 18px;
    font-weight: 400;
}

.academy-students ul.student-list li .student .student-info dl dd {

}