.bg_ourNewLine {
    height: auto;
}

.productShape2_card_content {
    position: relative;
    z-index: 1;
}

.productShape2_card_content .card_title {
    color: #BEB093;
}

.productShape2_card_content .price_bestSelling {
    color: #D6CEC1 !important;
}

.productShape2_card_content .cart_best{
    background-color: transparent;
    color: #F7F7F2;
    border: 2px solid #E8DEC8;
}

.bg_card_productShape2 {
    width: 318px;
    height: 244px;
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 16px;
}

@media (max-width: 768px) {
    .bg_ourNewLine .btn_what_we_do {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }
    .bg_ourNewLine .card_best_selling{
        width: 100% !important;
    }
    .bg_ourNewLine .bg_card_productShape2 {
        width: 99.4%;
    }
    .bg_ourNewLine .price_bestSelling{
        margin-right: 40px;
    }
    .bg_ourNewLine .title_what_we_do {
        font-size: 22px;
        margin-bottom: 0px;
    }
    .shadow_title_what_we_do {
        top: -1px;
        font-size: 16px;
    }
    .bg_ourNewLine {
        padding-bottom: 0px !important;
    }
}