.products .product-background-offer {
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url('/static/website/images/smoke-small-4000.png');
    background-position: center center;
    background-repeat: no-repeat, no-repeat;
    background-size: auto;
    background-attachment: scroll;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
}

@media screen and (max-width: 991.98px) {
    .products .product-background-offer {
        background-position: top center;
        background-size: cover;
    }
}

.products .demo-text-offer {
    color: #7d7d7d;
}

.products .download-demo-link-offer {
    color: #e1e1e1;
}

.products .card-title-offer {
    color: #e1e1e1;
}

.products .product-description-short-offer {
    color: #adadad;
}

.products .product-description-long-offer {
    color: #adadad;
}

.products .product-background-offer {
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: #c46d5c;
    border-width: 2px;
}

.products .product-learn-more-image-offer {
    display: none;
}

.products .price-label {
    width: 100px;
}

.products .product-extra {
    font-size: 30px;
    font-family: "Poppins";
    color: rgb(225, 225, 225);
    font-weight: 400;
    line-height: 1.2;
}