.faq {
    padding: 50px 0;
    background: #9E2057;
}
.faq .header {
    margin-bottom: 50px;
}
.faq .header h2 {
    color: #FFF;
    text-align: center;
    font-family: Domine;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}
.faq .row {
    justify-content: center;
}
.faq .accordion .accordion-item {
    background: none;
    border-bottom: 1px solid #edd53e66;
;
}
.faq .accordion .accordion-item button {
    background: none;
    padding-left: 0;
}
.faq .accordion .accordion-item button:not(.collapsed) {
    color: #fff;
    box-shadow: none;
}
.faq .accordion .accordion-item button:focus {
    border-color: transparent;
    box-shadow: none;
}
.faq .accordion .accordion-item button:after {
    display: flex;
    justify-content: center;
    align-items: center;
    filter:brightness(0) invert(1);
    order: 1;
    margin-left: 0;
}
.faq .accordion .accordion-item button p {
    color: #F5F5F5;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin: 0;
    order: 2;
    padding-left: 20px;
}
.faq .accordion .accordion-item .accordion-body ol {
    padding: 0;
}
.faq .accordion .accordion-item .accordion-body ol li {
    color: #F5F5F5;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.faq .accordion-header {
    display: flex;
    align-items: center;
}
.faq .accordion-header i {
    color: #fff;
    font-size: 40px;
    margin-right: 30px;
}
.faq .accordion-body p {
    color: #F5F5F5;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.faq ul {
    color: #fff;
}
