.profile-card-6 img {
    max-width: 300px;
    margin: 0 50px 60px 25px;
    transition: all 0.15s linear;
}




@media only screen and (max-width: 600px) {
    .mobilestyling img{
        /* height: 100px !important; */
        max-width: 110px !important;
    }
  }

