.faq-wrapper {
    background: var(--nightLight);
    margin-top: 115px;
    padding-bottom: 40px;
}

.faq-wrapper .container {
    margin-top: -75px;
}

.faq-wrapper .card {
    padding: 32px 32px 45px;
    margin-bottom: 40px;
}

.faq-wrapper .card .title {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: var(--night);
    margin-bottom: 16px;
}

.faq-wrapper .card .description .content {
    line-height: 24px;
    margin-bottom: 4px;
    word-wrap: break-word;
}

.faq-wrapper .card .description .content.hide-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.faq-wrapper .card .description .read-more-show {
    font-weight: 700;
    color: var(--primary);
    cursor: pointer;
}

.faq-wrapper .card p {
    line-height: 24px;
}

.faq-wrapper .accordian-faq .heading {
    font-size: 16px;
    line-height: 24px;
    color: var(--primary);
    font-weight: 600;
    padding: 8px 44px 8px 0;
    background: url(/static/images/expand-plus.svg) no-repeat 99.8% 8px;
    background-size: 24px;
    cursor: pointer;
}

.faq-wrapper .accordian-faq .heading:last-of-type {
    margin-bottom: 0;
}

.faq-wrapper .accordian-faq .heading[aria-expanded=true] {
    background: url(/static/images/expand-minus.svg) no-repeat 99.8% 8px;
    background-size: 24px;
}
