@media screen and (max-width: 768px) {
    .dl-category-hero-content p.category-heading.category-top {
        text-align: justify !important;
        margin: 20px 0;
    }
    .faq-content p {
        text-align: justify!important;
    }
    .faq-section {
        padding: 25px 0;
    }
}