.product-img{
  display: flex;
  justify-content: center;
}
.product-img-mobile{
  display: flex;
  justify-content: center;
}
.product{

}
.product-body{
  height: 200px;
}
.product-body-mobile{
  height: 200px;
}
.product-footer{

}
@media (max-width:768px) {
  .container{
    padding-right: 6.5px;
    padding-left: 6.5px;
  }
  .product{
    position: relative;
    overflow: hidden;
    height: 235px;
  }
  .product-body{
    position: absolute;
    left: 60px;
    text-align: left;
    width: 300px;
  }
  .product-body-mobile{
    position: absolute;
    left: 150px;
    text-align: left;
    width: 225px;
  }
  .product-body-2{
    padding: .25rem;
    position: absolute;
    left: 70px;
    top: 130px;
    border-top: none !important;
    width: auto;
  }
  .product-img{
    object-fit: cover;
    object-position: 100% 0;
    position: absolute;
    left: -75px;
    top: 13px;
  }
  .product-img img{
    height:140px !important;
  }
  .product-img-mobile{
    object-fit: cover;
    object-position: 100% 0;
    position: absolute;
    left: 10px;
    top: 13px;
  }
  .product-img-mobile img{
    height:140px !important;
  }
  .product-footer{
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .set-size{
    width: auto !important;
    padding: 5px 15px !important;
  }
  .card-title{
    margin-bottom: 5px;
  }
  .about-product{
    margin-bottom: 0px;
  }
}
