@media screen and (max-width: 767px) {
.complementary-products-slider .card .card-product{
    width: 120px;
}
.complementary-products-slider .card .card-action .card-button{
    font-size: 14px !important;
    padding: 5px 0px !important;
    max-width: 145px !important;
}
.product-item-custom .card-information{
    top: 0 !important;
}
}