.listing-product-container {
    padding: 20px
}

.product-bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 56.25%
}

.listing-product-list h2 {
    text-align: center;
    margin-bottom: 30px
}

.product-indiviual-list {
    display: flex;
    flex-wrap: wrap
}

.product-indiviual-list a {
    flex: 0 0 calc(33.333% - 40px);
    max-width: calc(33.333% - 40px);
    margin: 40px 20px 0 20px;
    background: #f2f2f2
}

.product-indiviual-list .product-title {
    background: #f2f2f2;
    text-align: center;
    padding: 30px 20px;
    font-family: Roboto,sans-serif;
    font-weight: 300
}

.product-indiviual-list .product-title h3 {
    font-size: 24px;
    margin: 0;
    font-weight: 300
}

.product-indiviual-list .product-title p {
    font-size: 14px;
    margin-bottom: 0
}

.listing-product-list {
    margin-bottom: 100px
}

.product-indiviual-list a:hover {
    box-shadow: 0px 10px 20px -3px rgba(0,0,0,.2)
}

.listing-product-outer {
    padding: 10px 0px 60px
}

@media(max-width: 767px) {
    .listing-product-list h2 {
        margin-bottom:0
    }

    .listing-product-container {
        padding: 0
    }

    .product-indiviual-list a {
        flex: 0 0 calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin: 20px 20px 0 20px
    }
}
