/* FAQ Component */
.faqStyle002 {
    padding: 3em 0;
    background-image: url("/themes/mathnasium/assets/images/bg-num-whtp.gif");
}

.faqStyle002 .faqLeadingText {
    font-size: 1.2rem;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: initial;
    color: #9A9FB3;
    margin-bottom: 10px;
}

.faqStyle002 .title {
    font-size: 38px;
    line-height: 50px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-transform: initial;
}

.faqStyle002 .accordionListItem {
    border-bottom: 1px solid #E9E9E9;
    padding: 1rem 0;
    margin: 0;
}

.faqStyle002 .accordionListItem:first-of-type {
    border-top: 1px solid #E9E9E9;
}

.faqStyle002 .accordion.style-2 li .accordion-title:before {
    right: 26px;
    width: 12px;
    height: 2px;
    margin-top: 0;
    background: #000;
}

body:dir(rtl) .faqStyle002 .accordion.style-2 li .accordion-title:before {
    right: inherit;
    left: 26px;
}

.faqStyle002 .accordion.style-2 li .accordion-title:after {
    right: 31px;
    width: 2px;
    height: 12px;
    margin-top: 0;
    background: #000;
}

body:dir(rtl) .faqStyle002 .accordion.style-2 li .accordion-title:after {
    right: inherit;
    left: 31px;
}

.faqStyle002 .faqRepeaterTitle {
    font-size: 1.5rem;
    line-height: 1.1;
    font-weight: 700;
    width: 85%;
}

.faqStyle002 .content {
    background: #fff;
    padding: 30px;
}

.faqStyle002 .content-detail p,
.faqStyle002 .content-detail li {
    font-size: 1rem;
    line-height: 1.2;
}

@media (min-width:768px) {
    .faqStyle002 .title {font-size:33px}
}

@media (min-width:992px) {
    .faqStyle002 .title {font-size:40px}
}
