div#accordion .accordion-title {    padding: 0.8em 3em 0.8em 0.8em;    background: #064094;    font-size: 1.4em;    font-weight: 700;    position: relative;    color: #fff;    margin-bottom: 1em;    cursor: pointer; }
div#accordion .accordion-title:before {    content: "";    position: absolute;    top: 0;    right: 0;    width: 2.6em;    height: 100%;    background: #fcae21 url(Faq1.png) no-repeat center;	background-size: 60%;}
div#accordion .accordion-title.open:before {    background: #fcae21 url(Faq2.png) no-repeat center;	background-size: 60%;}
div#accordion .accordion-title.open {    margin-bottom: 0;}
.accordion-content {    padding: 1em;}
.accordion-content p:last-child {
    margin: 0;
}