
.tour-item {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
}
.tour__heading {
	display: flex;
	align-items: baseline;
}
.tour__separator {
	padding: 0 10px;
}
.tour__date h5,
.tour__venue {
	color: white !important;
}
.tour__infos {
	display: flex;
	flex-wrap: wrap;
}
.tour__infos > div {
	width: 100%;
}
.tour__venue {
	font-size: 20px;
	font-weight: 700;
}
.tour__address {
	font-size: 12px;
}