.cut-card {
  aspect-ratio: 5 / 3;
  width: 100%;
}

.cut-svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Για «cover» συμπεριφορά */

.cut-svg image {
  image-rendering: auto;
}

