@media(max-width: 800px){
  .card{
    display: block;
    min-width: 350px;
    min-height: 600px;
  }
  .card__img{
    width: 100%;
    height: 35%;

    background-image: url(../images/image-product-mobile.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px 15px 0 0;
  }
  .card__item{
    width: 100%;
  }
}