.our-team{
    text-align: center;
    margin-bottom: 55px;
}
.our-team .pic{
    position: relative;
    overflow: hidden;
}
.our-team .pic img{
    width: 80%;
    height: auto;
    transition: all 0.2s ease 0s;
}
.our-team:hover .pic img{
 transform: scale(1.2,1.2);
}
.our-team .social_media_team{
    display: none;
    width: 100%;
    position: absolute;
    bottom: -100%;
    padding: 25px;
    background-color:rgba(59, 204, 161, 0.9);
    transition: all 0.35s ease 0s;
}
.our-team:hover .social_media_team{
    bottom: 0px;
}
.our-team .description{
    margin-top: 10px;
    color: #fff;
}
.our-team .team_social{
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    position: relative;
    top:2%;
}
.our-team .team_social li{
    display: inline-block;
    margin: 0 5px 0 0;
}
.our-team .team_social li a{
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    color:#fff;
    font-size: 18px;
    transition: all 1.3s ease 0s;
}
.our-team .team_social li a:hover{
    background: #fff;
    color:#424242;
}
.our-team .team-prof{
    margin-top: 10px;
}
.our-team .post-title a{
    text-transform: capitalize;
    color:#444;
    transition: all 0.2s ease 0s;
    font-size: 18px;
    font-weight: 400;
}
.our-team .post-title a:hover{
    text-decoration: none;
    color:#FEBF18;
}
.our-team .post{
    color:#FEBF18;
    font-size: 18px;
}
@media screen and (max-width: 990px){
    .our-team{
        margin-bottom: 30px;
    }
}