#about{
    padding-top: 0px;
}

.description{
    text-align:justify ;
}

.academic-title{
    font-weight: bold;
    font-size: 22px;
    color:#b41737;
    padding-top:25px;
}

.content{
    margin-top: 20px;
}

.full-width{
    width: 100%;
}

.academic-team-member-list {
    padding: 0px;
}
.academic-team-member{

    padding: 20px 20px;
    
    margin-bottom: 30px;
    margin-left:10px;
    display: inline-block;

    -webkit-box-shadow: 0px 7px 22px -4px rgba(117,117,117,0.55);
    -moz-box-shadow: 0px 7px 22px -4px rgba(117,117,117,0.55);
    box-shadow: 0px 7px 22px -4px rgba(117,117,117,0.55);
}
.academic-team-img  img{
    
  display: block;
  margin-left: auto;
  margin-right: auto;
    height: auto;
    max-height: 200px;
}
.academic-team-info{
    text-align: center;
    margin: 14px 0px 5px 0px;
}
.academic-team-img {
    margin: 20px 0px;
}

.academic-team-member-list{
    list-style: outside;
}

.team-member-website,
.team-member-description{
    margin-top: 10px;
}

.team-member-name{
    font-size: 17px;
    font-weight: bold;
}

.team-member-position{
    font-size: 16px;
    font-weight: bold;
}

.team-member-website a{
    color: #006373;
    font-weight: 500;
}

.team-member-name, .team-member-position{
    min-height: 40px;
    max-height: 40px;
}
.team-member-description{
    min-height: 50px;
    max-height: 50px;
}