selector .jet-hor-timeline-item__card {
  height: 24VH;
  transition: height 0.3s ease-in-out;
}

selector .jet-hor-timeline-item__card img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

/* Mobile responsiveness */

@media screen and (max-width: 767px) {
  selector .jet-hor-timeline-item__card {
    height: auto;
  }
}






selector .jet-hor-timeline-item__card-arrow {
    background-image: url('https://hamentorit.co.il/wp-content/uploads/2024/09/ZyrmvYcqZb.gif');
    background-size: cover;
}!