.item{
    margin: 3px;
  }
.item img{
    display: block;
    width: 100%;
    /* height: auto; */
    height: 210px;
    object-fit: cover;
  }