.ino-block-cards__card-v2:hover {
	border: 2px solid var(--bs-dark) !important;
}
.ino-block-cards__card-v2:active {
	border: 2px solid white !important;
}
.ino-block-cards__card-v2 img {
	height: 200px;
	object-fit: cover;
}
@media (min-width: 1200px) {
	.ino-block-cards__card-v2 img {
		width: 200px;
		object-fit: cover;
	}
}

/* .ino-block-cards__card-v2 img {
	object-fit: cover;
}
.ino-block-cards__card-v2:not(:last-child) > DIV > DIV {
	width: 100%;
	max-width: 200px;
	height: 150px;
}
.ino-block-cards__card-v2:not(:last-child) > DIV {
	padding: 1.5rem 0;
	border-bottom: 2px solid #ececec;
} */
