#tarjetasSocios{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#tarjetasSocios article{
    width: 28%;
    margin: 2em;
}

.imgSocio{
    margin-bottom: 1em;
    display: flex;
    justify-content: center;
}

.desSocio{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.desSocio h5{
    display: flex;
    text-align: center;
    min-height: 60px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.socioLugar{
    margin-bottom: 0;
}

.pagination{
    margin: 0 auto;
    display: flex;
    justify-content: center;
}


@media (max-width: 485px) {
    .desSocio h5{
        min-height: 115px;
    }
       
}