.huspet-card-image-wrapper{
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f3f4f6;
}
.huspet-card-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
