
/* Faq */

.FaqSec-name-faq .ecommerce_text {
    text-align: center;
    margin-bottom: 2rem;
}
.FaqSec-name-faq .ecommerce_text h5 {
    color: var(--black-color);
    padding-bottom: 25px;
    text-align: center;
    font-size: 50px;
    width: 100%;
    font-weight: 700;
    margin: 0;
}
.FaqSec-name-faq .ecommerce_text h5 span {
    font-weight: 700;
}
.FaqSec-name-faq .card-header {
    padding-bottom: 0px;
    align-items: center;
    border-bottom: none;
    background: #F5F7FC;
}
.FaqSec-name-faq .card a h3{
    font-size: 17px;
    color: var(--black-color);
    margin: 0;
    line-height: 33px;
    font-weight: 600;
}
.FaqSec-name-faq .card .accordion-head i {
    font-size: 28px;
}
.FaqSec-name-faq .accordion-head i {
    float: right;
}

.FaqSec-name-faq .accordion-head {
    padding-bottom: 13px;
}
.FaqSec-name-faq .card a {
    color: var(--black-color);
    text-decoration: none !important;
}

.FaqSec-name-faq .card{
    margin-bottom: 10px;
}