.card {
	position: relative;
	display: flex;
	flex-direction: column;
	row-gap: 2px;
	justify-content: end;
	min-height: 378px;
	padding: 8px 16px;
	color: var(--color, inherit);
}

.card__image {
	position: absolute;
	inset: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card__link {
	text-transform: none;
}

.card__link::before {
	content: '';
	position: absolute;
	inset: 0;
}
