.tarjeta {
    background: #eeeeee;
    padding: 10px;
    border-radius: 5px;

}

.tarjeta-imagen {
    text-align: right;
}

.tarjeta-imagen-picture {
    border-radius: 5px;
}

.tarjeta-texto {
    text-align: left;
    font-size: 18px;
}

.portaretrato {
    background-position: center top !important;
    background-size: cover;
    background-position: center;
    height: 300px;
    border-radius: 5px;
}