/*
Custom Css
*/

#contenedor {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#contenedor > div {
    width: 50%;
}
