.our-teamm{
    background: #fff;
    text-align: center;
    padding: 15px;
}
.our-teamm .pic img{
    width: 100%;
    height: auto;
}
.social_media_teamm{
    padding: 11px 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
    background: #31aab5;
}
.social_media_teamm > li{
    display: inline-block;
}
.social_media_teamm > li > a{
    color:#fff;
    width: 30px;
    height: 30px;
    background: #31aab5;
    display: block;
    line-height: 30px;
    border-radius: 50%;
    transition: 0.3s ease;
}
.social_media_teamm > li > a:hover{
    background: #fff;
    color:#31aab5;
}
.teamm-prof .post-title{
    margin-top: 30px;
}
.teamm-prof .post-title > a{
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-transform: capitalize;
}
.teamm-prof .post-title > a:hover{
    text-decoration: none;
}
.teamm-prof .post{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    padding: 12px 0;
    margin-bottom:20px;
    font-size: 14px;
    font-style: italic;
    color:#333;
    letter-spacing: 0.5px;
}
.teamm-prof .description{
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    color:#333;
    margin-bottom: 15px;
}
@media screen and (max-width: 990px){
    .our-teamm{
        margin-bottom: 30px;
    }
}