.our-team img{
    width: auto;
    height: auto;
    border: 2px solid #b4afaf;
    border-radius: 5px;
    transition: all 0.30s linear 0s;
	text-align:center;
}
.our-team:hover img{
    border:2px solid #14b8b1;
}
.our-team .team-prof h3{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
}
.our-team .team-prof span{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    display: block;
    margin-bottom: 20px;
	text-align:left;
}
.our-team .social-links{
    padding:0;
    margin:0;
    list-style: none;
}
.our-team .social-links li{
    display: inline-block;
    margin-right: 15px;
}
.our-team .social-links li a{
    color: #6a6060;
    font-size: 18px;
    transition: all 0.30s linear 0s;
}
.our-team .social-links li a:hover{
    color: #14b8b1;
    text-decoration: none;
}
.our-team .social-links:after{
    content: "";
    display: block;
    width: 20%;
    margin-top: 20px;
    border-bottom: 2px solid #fff;
    transition: all 0.30s linear 0s;
}
.our-team:hover .social-links:after{
    border-bottom: 2px solid #14b8b1;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom:20px; }
}