.content-elegir{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.imagen {
    width: 100%;
height: auto;
margin: 0 auto
}
.logotipo {
width: 50%;
max-width: 150px;
height: auto;
margin: 1rem 2rem;
}