body {
  font-family: sans-serif;
  margin: 20px;
}

.row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.row img {
  width: 300px;
  height: auto;
  margin-right: 10px;
}

.row p {
  margin: 0;
}

.row-reverse {
  flex-direction: row-reverse;
}

.row-reverse img {
  margin-right: 0;
  margin-left: 10px;
}
