@media(max-width: 780px) {
    .imagen{        
        height: 80px; 
        width: 80px;
        margin:auto;
        margin-top: 20px;
    }
    .datos{
        margin-bottom: 20px;
        width: 95%;
    }
}