#mobile-br{
    display: none !important;
}
/* mobile */
@media (max-width: 480px) {
    .holy__page .dp-faq {
        width: 100%;
    }
    .holy__page .dp-faq__question {
        font-size: 13px !important;
    }
    #mobile-br{
        display: block !important;
    }
}

