.sg-faq-panel.collapsed .fa-angle-up {
    transform: rotate(180deg);
}
.sg-faq-panel .fa-angle-up {
    transition: transform 0.2s;
}
.sg-faq-panel .fa-angle-up:before {
    display: inline-block;
    text-decoration: none;
}

.sg-faqmaker .accordion-item {
    border-radius: 0;
    border: none;
    border-bottom: 4px solid #9e1e63;
    border-left: 4px solid #9e1e63;
}

.sg-faqmaker .accordion-item-name {
    font-size: 20px;
    font-weight: 700;
    padding-right: 20px;
}