.package-itm .card-image img {
  height: 124px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 500px) {
  .package-itm .card-image img {
    height: 250px;
  }
}
.package-itm .overlaping-badge {
  border-radius: 8px 8px 8px 0px;
  padding: 2px 6px 2px 6px;
  font-weight: 500;
  font-size: 12px;
  left: -4px;
  top: 10px;
}
.package-itm .overlaping-badge .overlaying {
  position: absolute;
  left: 0;
  bottom: -4px;
  filter: brightness(0.8);
}
.package-itm .btn-love {
  background: none;
  border: none;
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 10px;
}
.package-itm.list {
  height: 165px;
  overflow: hidden;
}
.package-itm.list .card-image {
  width: 46%;
}
.package-itm.list .card-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 500px) {
  .package-itm.list .card-image img {
    height: 165px;
  }
}
.package-itm.article .card-image img {
  height: 105px;
}
@media screen and (min-width: 500px) {
  .package-itm.article .card-image img {
    height: 165px;
  }
}
@media screen and (min-width: 768px) {
  .package-itm.article .card-image img {
    height: 210px;
  }
}