div#accordion .accordion-title {
    padding: 0.6em 2.5em 0.6em 0.6em;
    background: #d2ac67;
    color: #fff;
    font-size: 1.3em;
    font-weight: 600;
    position: relative;
    margin-bottom: 0.8em;
    cursor: pointer;
    width: 100%;
}

div#accordion .accordion-title:before {
    /* content: ""; */
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5em;
    height: 100%;
    background: #c89242;
}

div#accordion .accordion-title:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5em;
    height: 100%;
    background: url(Faq1.svg) no-repeat center;
    background-size: 46%;
    filter: invert(1);
}

div#accordion .accordion-title.open:after {
    background: url(Faq2.svg) no-repeat center;
    background-size: 46%;
}

div#accordion .accordion-title.open {
    margin-bottom: 0;
    background: #d2ac67;
    color: #fff;
}

.accordion-content {
    padding: 1.4em;
    margin-top: 0em;
    margin-bottom: 1.3em;
    border: 1px solid #d2ac67;
    color: #fff;
}

.accordion-content p:last-child {
    margin: 0;
}
