.ondemand__consultation__wrapper {
	margin-bottom: 20px;
	display: block;

}
.ondemand__consultation__card {
	display: block;
	align-items: center;
	background: none;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(74, 144, 226, 0.12);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	min-height: auto;
	padding: 0;
}

.ondemand__consultation__card:active {
	transform: scale(0.998);
	box-shadow: 0 2px 8px rgba(74, 144, 226, 0.12);
}

.ondemand__card__image {
	width: 100%;
	overflow: hidden;
	display: block;
}

.ondemand__card__image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.ondemand__card__content {
	display: none;
}
