#faq-numeria .toggle>.toggle-title a {
    color: var(--nectar-accent-color);
    font-family: "Public Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    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 .faq-item-inner .inner-toggle-wrap .wpb_text_column .wpb_wrapper {
    text-align: left !important;
}

#faq-numeria .toggle .faq-item-inner .inner-toggle-wrap .wpb_text_column .wpb_wrapper ul {
    display: block;
    padding-left: 20px;
    list-style: disc;
    text-align: left;
}


#faq-numeria .toggle .faq-item-inner .inner-toggle-wrap h3 {
    color: var(--nectar-extra-color-1);
    font-family: "Public Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 1px;
    text-transform: none !important;
}

#faq-numeria .toggle.default {
    text-align: left !important;
}

#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;
}

/* Media */
@media screen and (max-width: 1500px) {
    #faq-numeria .toggle>.toggle-title a {
        font-size: 23px;
    }

    #faq-numeria .toggle .faq-item-inner .inner-toggle-wrap h3 {
        font-size: 19px;
    }
}