.row {
  height: 300px;
  width: 100%;
  display: flex;
  justify-content: left;
  margin-bottom: 20px;
}
img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.row > img {
  flex: 0.3;
}

.row > p {
  flex: 0.7;
  margin-top: auto;
  margin-bottom: 20px;
  margin-left: 20px;
  text-align: left;
}
#last-line {
  margin-left: 553.33px;
}
