/* =============================================================================
   Related Showrooms Block
   ============================================================================= */

.related-showrooms h2.center {
	text-align: center;
	margin-bottom: 35px;
}

.related-showroom-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #f2f2f2;
}

.related-showroom-card-image {
	display: block;
	overflow: hidden;
}

.related-showroom-card-image img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.related-showroom-card-image:hover img {
	transform: scale(1.05);
}

.related-showroom-card-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 25px;
}

.related-showroom-card-body h4 {
	margin: 0 0 10px;
}

.related-showroom-card-address {
	color: #75787b;
	margin-bottom: 20px;
}

.related-showroom-card-link {
	margin-top: auto;
	font-weight: 600;
	text-decoration: underline;
}
