.fapl-accordion{margin:auto}
.fapl-item{border:1px solid #ddd;overflow:hidden;}
.fapl-title{cursor:pointer;font-weight:bold;display:flex;justify-content: space-between;align-items: center; font-size:22px !important;}
.fapl-title::after {
    content: url(/wp-content/plugins/faq-accordion-pro-lite/assets/img/Dropdown.svg);
    /* rotate:0deg;
    transition: all 0.5s ease; */
}
.active .fapl-title::after {
    rotate:-180deg;
    transition: all 0.5s ease;
}
.fapl-content{display:none;padding:15px;}
.fapl-item.active .fapl-content{display:block;}
.fapl-content ul{ margin-left: 35px;