.travel-tile-wpr {
	display: flex;
	gap:32px;
}
.travel-tile-wpr .block-wpr {
	border-radius: 12px;
	border: 1px solid #E0E0E0;
}
.travel-tile-wpr .block-inner {
	padding: 16px;
}
.travel-tile-wpr a {
	display: flex;
	max-width:352px;
	align-items:stretch;
	flex: 1 1 0;
}
.travel-tile-img {
	height: 200px; 
	background-size: cover;
	background-position: 50% 50%;
}
.travel-tile-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #1F1F1F;
	margin-bottom: 4px;
}
.travel-tile-body {
	font-size: 14px;
	line-height: 20px;
	color: #1F1F1F;
}
.travel-tile-wpr a:hover, #offer-carousel .carousel-inner a:hover {
	text-decoration: none !important;
}