.fleetItem {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}

.fleetImageContainer {
  flex: 1;
}
.fleetImage > img {
  width: 75%;
}

.fleetInfo {
  flex: 1;
}

.fleetTitle {
  font-size: 24px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 10px;
}

.lug {
  padding-right: 5px;
}

.pax {
  padding-right: 5px;
}
