.train-description {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.train-description p {
  color: #0b5aa2;
  font-weight: bold;
  font-size: 28px;
}

.train-description img {
  margin: 0;
  padding: 0;
  height: 40px;
  width: auto;
}

.image-gallery {
  display: flex;
  flex-direction: column;
}

.image-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: baseline;
  width: 100%;
}

.image-row img {
  border: 0;
  padding: 5px;
  margin: 0;
  height: 100%;
  width: 45%;
}

.image-row img:only-child {
  border: 0;
  padding: 5px;
  margin: 0;
  height: 100%;
  width: 100%;
}
