.card-image[data-v-ef6f806e] {
  width: clamp(268px, 27.5vw, 396px);
  height: clamp(200px, 20.625vw, 297px);
  display: block;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
.card-image .image[data-v-ef6f806e] {
    transition: transform 0.4s ease;
}
.card-image .image[data-v-ef6f806e]:hover {
    transform: scale(1.06);
}
}