.product-individual-list a
{
    flex:0 0 calc(33.333% - 40px);
    max-width:calc(33.333% - 40px);
    margin:20px;
    background:#f2f2f2
}
.product-individual-list a:hover{
    box-shadow:0px 10px 20px -3px rgba(0,0,0,.2)
}
@media only screen and (max-width:992px)
{
    .product-individual-list a{
        flex:0 0 100%;
        max-width:100%;
        margin:0;
    }
}
.product-individual-list{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    margin-top:10px;
}
.product-individual-list .product-title{
    background:#f2f2f2;
    text-align:center;
    padding:20px;
    font-weight:300
}
.product-indiviual-list .product-title h3{
    font-size:24px;
    margin:0;
    font-weight:300
}
.product-title h3{
    font-size:24px;
    margin:0;
    font-weight:300
}
.product-bg-image{
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    padding-bottom:56.25%
}
.listing-product-container h2{
    margin-top:20px !important;
    text-align:center
}