.text img:first-of-type {
  float: left;
  padding: 10px;
}
.text img:last-of-type {
  float: right;
  padding: 10px;
}