.contenedor {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.contenedor img {
  margin-right: 15px;
}


.salto {
    display: block;
}