/****PRODUCT CARD****/

.card>.list-group a:hover {
    color: #79a8d7    !important;
}

.card>.list-group{
    border-top:none;
    list-style: none !important;
    margin-left: 1.3rem;
    margin-bottom: 1rem;
    border: none;
}

.card-body{
    padding:1.3rem !important;
}

@media screen and (max-width: 600px){
    .row{
        justify-content:center;
    }
}