@media (max-width: 575.98px) {
    .breadcrumb_area {
        height: 85px;
    }

    .entry-title {
        /* font-size: 42px; */
        line-height: 30px;
        font-size: 20px;
        text-align: justify;
    }

    .blog_details_content h2 {
        font-size: 21px;
        line-height: 28px;
    }

    .blog_details_content h3 {
        font-size: 21px;
        line-height: 28px;
    }

    .company_name {
        font-size: 22px !important;
        padding-right: 59px;
        line-height: 35px;
    }

    .single_blogs {
        flex-wrap: wrap;
    }

    .card_img_box {
        width: 100%;
    }
}