#faq-numeria .toggle >.toggle-title a{
color: var(--nectar-accent-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 1px;
    padding-left: 0px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
#faq-numeria .toggle.open .faq-item-inner{
     padding-bottom:40px;
}

#faq-numeria .faq-item-inner {
border-bottom: 1px dashed var(--nectar-extra-color-1);

}

#faq-numeria .faqTogglerIcon{
    width:40px;
    margin-bottom:0px !important;
}

#faq-numeria .toggle.open .faqTogglerIcon,
#faq-numeria .toggle .faqTogglerIcon:hover{
    opacity:.5;

}
#faq-numeria .inner-toggle-wrap{
    padding:0px 0px 25px 0px;
}
