@media screen and (max-width:767px){
    .faculty-data{
        width: 100%;
    }
    .user-information{
        width: 100%;
        padding:10px 10px;
    }
    
    .user-profile-image-div{
        width: 100%;
        height: auto;
        border-radius: 3px;
        text-align:center;
    }
    
    .user-profile-image-div img{
        width: 50%;
        height:auto;
        
    }
}