section.faq-area {
    padding-top: 50px;
    padding-bottom: 50px;
}

.emg-faq-box .emg-faq-question::before {
    border: 2px solid #c10810 !important;
}

.emg-faq-box .emg-faq-question::after {
    color: #c10810 !important;
}

.emg-faq-box .emg-faq-acc-item.is-open .emg-faq-question::before {
    background: #c1081033 !important;
}

@media (max-width: 992px) {
    .home-faq .faq-list {
        padding: 0 12px;
    }
}

@media (max-width: 576px) {
    .emg-faq-box .emg-faq-question {
        font-size: 16px !important;
    }

    .emg-faq-box .emg-faq-answer {
        font-size: 14px !important;
    }

    .emg-faq-box .emg-faq-answer p {
        font-size: 14px !important;
    }
}
