@media(max-width:600px){
    .product .card-img-top{
        height: auto !important;
    }

    .style a {
        word-wrap: break-word !important;
    }
}