.category .bannerImg {
    width: 100%;
}

.heading {
    color: #000;
    font-size: 24px;
    padding-top: 0.4rem;
    font-weight: 400;
}

.divider {
    border-bottom: 1px solid #ddd;
    margin: 15px 0 25px;
}

.category .products {
    padding-bottom: 25px;
}

.category .desc {
    background-color: #f8f7f3;
}

h2 {
    font-size: 22px;
    color: #d3ac67;
}

.cardImg .bottom-left-offer {
    position: absolute;
    bottom: 71px;
    left: 4px;
    font-size: 10px;
    color: #fff;
}

.cardImg .bottom-left-offer .discountOffer {
    margin-left: -50px;
    margin-top: 17px;
    position: absolute;
}

.cardImg .bottom-left-offer .offerHelp {
    margin-top: 28px;
    margin-left: -50px;
    position: absolute;
}

.cardImg .card-body {
    padding: 0;
}

.cardImg .cardDenomination,
.cardImg .cardDesc,
.cardImg .cardOffer {
    font-size: 13px;
    color: #000;
    padding-top: 7px;
}

.cardImg .cardOffer {
    color: #303030 !important;
    font-size: 13px;
}


@media (max-width: 767px) {

    .cardImg .cardDesc,
    .cardImg .cardOffer {
        text-align: center;
    }

    .cardImg .cardOffer{
        padding-bottom: 10px;
    }

    .imageContainer img {
        display: block;
        margin: auto;
    }
}

@media (min-width: 768px) {

    .cardImg .cardDesc,
    .cardImg .cardOffer {
        text-align: center;
    }

    .cardImg .cardOffer{
        padding-bottom: 10px;
    }

    .imageContainer img {
        display: block;
        margin: auto;
    }
}

