@media only screen and (min-width : 992px) {
    .team
    {
       
    }
    
    .team-img-div
    {
        float: left;
        width: 20% !important;
        margin-right: 20px !important;
       
        
        
    }
    
}


.team
{
    border-radius: 50%;
    width: 100%;
        
}

.team-img-div
{
    width: 40%;
    margin: 0 auto;
}

.title
{
    font-weight: 900;
    font-size: 18px;
}

.description-text
{
    overflow: hidden;
}