.new-card-border {
    border-bottom: 1px solid #cecece !important;
    padding: 30px 0;
}

.new-card-border .card-header {
    border-color: transparent !important;
}

.new-card-border-2 {
    border-bottom: 1px solid #cecece !important;
    padding: 10px 0;
}

.new-card-border-2 .card-header {
    border-color: transparent !important;
}

.new-faq-button {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    font-size: 1.5vw !important;
    font-style: italic !important;
    color: #222222;
    letter-spacing: 1.2px;
    line-height: 160% !important;
    text-transform: uppercase;
    position: relative;
}

.faq-para {
    font-family: 'Barlow', sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    color: rgb(208, 208, 208);
    width: 60%;
    letter-spacing: 1px;
}

.productAccordion button .acc-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 28px;
    transform: translateY(-50%);
    height: 28px;
}

.productAccordion button .acc-icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 13px;
    left: 5px;
    width: 18px;
    height: 2px;
    background: #f6f6f6;
}

.productAccordion button .acc-icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 13px;
    width: 2px;
    height: 18px;
    background: #f6f6f6;
}

.benefit-image {
    width: 100px;
    height: auto;
}

.product-image {
    width: 300px;
    height: 300px;
    object-fit: contain;
}

@media only screen and (max-width: 767px) {
    .new-faq-button {
        font-size: 16px !important;
    }

    .faq-para {
        font-size: 14px !important;
        color: rgb(208, 208, 208);
        width: 100% !important;
        letter-spacing: 1px;
    }
}