image-left {
  float: left;
  margin-right: 15px; /* Adds space between the image and the text */
}
.image-right {
  float: right;
  margin-left: 15px; /* Adds space between the image and the text */
}