article {
	display: flex;
	flex-direction: column;
}

.rows {
	border-bottom: 1px dashed Grey;
	padding: 20px 10px;
}

.journeys {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 18px;
}

.reservations {
	display: flex;
}
.reservations > span {
	padding: 3px;
}
.reservations > span:first-child {
	color: var(--main-color);
}
