.text {
  float: left;
  width: 65%;
}

.picture {
    float: left;
    width: 35%;
}



/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}