div#accordion .accordion-title {    padding: 0.8em 1.4em 0.8em 0.8em;    background: #ffffff;    color: #2C2C2C;    font-size: 1.3em;    font-weight: 600;    position: relative;    margin-bottom: 0.8em;    cursor: pointer;    border-left: 0.3em solid #f0b902;    width: calc(100% - 3em);}div#accordion .accordion-title:before {    content: "";    position: absolute;    top: 0;    right: -3em;    width: 2.5em;    height: 100%;    background: #f0b902;}div#accordion .accordion-title:after {    content: "";    position: absolute;    top: 0;    right: -3em;    width: 2.5em;    height: 100%;    background: url(https://www.shenygutierrez.com/wp-content/themes/genesis-child/faq/Faq1.svg) no-repeat center;    background-size: 46%;}
div#accordion .accordion-title.open:after {    background: url(https://www.shenygutierrez.com/wp-content/themes/genesis-child/faq/Faq2.svg) no-repeat center;    background-size: 46%;}
div#accordion .accordion-title.open {    margin-bottom: 0.5em;}.accordion-content {    padding: 1.4em;    background: #fff;    margin-top: 0em;    margin-bottom: 1.3em;}
.accordion-content p:last-child {
    margin: 0;
}