body{
    background:#f8f8f8;
}

.section-data h2{
    text-align: center;
    margin: 20px auto;
    font-size:2rem;
}

.product-list{
    text-align: center;
}
.product-list .offer{
    font-size:0.80rem;
    height: 56px;
    padding-top: 7px;
}
.product-list .card-img {
    width: 100% !important;
    height:100%;
    margin: auto auto;
}

.product-list .card-title a{
    color: #000;
}
a:hover{
    color: #484848;
    text-decoration: none;
}
.product-list .card-title,.product-list .price{
    padding-top: 20px;
}