.faq-section *:before,
.faq-section *:after {
    font-family: "Font Awesome 5 Free";
}

h2.faq-title {
    text-align: center;
}

#content-faq-js>h2 {
    text-align: center;
    margin-top: 50px;
}

#content-faq-js .content-faq-question,
#content-faq-js .content-faq-answer {
    width: 90%;
    display: initial;
    margin-left: auto;
    margin-right: auto;
}

#content-faq-js .content-faq-accordion-container.opened {
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.content-faq-question:before {
    content: "\f059";
    margin-right: 10px;
    font-size: 18px;
    color: var(--secondary-color);
}

.content-faq-question:after {
    display: block;
    content: "X";
    color: transparent;
    background: var(--primary-color);
    width: .75rem;
    height: .75rem;
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    line-height: 22px;
    margin-left: auto;
    transform: rotate( 45deg);
    transition: transform linear .2s, color ease .4s;
    opacity: .8;
}

#content-faq-js .content-faq-accordion-container.opened .content-faq-question:after {
    transform: rotate(0deg);
    background: var(--warning-color);
}

.content-faq-question.changed:after {
    content: "\f068";
}

#content-wrapper .content-faq-text-accordion {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--lighter-grey);
}

#content-wrapper #content .content-image-list-container .content-image-list-right-logo img {
    width: 100px;
    margin-top: 50px;
}

#content-faq-js .content-faq-accordion-container {
    transition: margin ease .2s, padding ease .2s, box-shadow ease .2s;
}

#content-faq-js .content-faq-accordion-container {
    padding: 20px 30px 20px 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    margin: 10px 0;
}

#content-faq-js .content-faq-accordion-container:hover {
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    padding: 20px 32px;
    margin: 10px 0;
}

#content-faq-js .content-faq-accordion-container:first-of-type {
    margin-top: 50px!important;
}

.faq-section .container {
    padding: 0 1rem!important;
}

#content-faq-js .content-faq-question {
    display: flex;
    justify-content: flex-start;
    font-weight: 500;
    width: 100%;
    align-items: center;
    margin-bottom: 0;
}

#content-faq-js .content-faq-accordion-container.opened {
    border-bottom-color: var(--secondary-color);
}

#content-faq-js .content-faq-accordion-container.opened:hover {
    padding: 20px 30px 20px 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    margin: 10px 0;
}

#content-page .content-faq-container strong,
#content-page .content-faq-question::before,
#content-page .content-faq-question::after {
    color: var(--grey);
}

#content-page .content-faq-text-accordion {
    border-top: 1px solid var(--divider);
}

#content-faq-js .content-faq-btn-accordion {
    cursor: pointer;
}