.team-member{    
        display: flex;
        flex-direction: column;   
        margin-bottom: 0.5rem;
}

.texto{
    font-family: 'Mark Pro', sans-serif;
    text-align: center;
}


.img{
    width: 50%;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    align-self: center;
    margin-bottom: 0.5rem;
}

.icon-size{
    font-size: 2rem;
    justify-content: center;
}

.icon-container{
    max-width: fit-content;
    padding: 0.4rem;
    text-decoration:none; 
    color:inherit;
}

.titulo-nombre{
margin-bottom: 0;
}