@media screen and (max-width: 1084px) {
    .main-post-include-section-page {
        flex-direction: column;
        gap: 30px;
    }

    .main-post-include-section-page .main-post-include-section-page-left,.main-post-include-section-page .main-post-include-section-page-right,.div_for_main_of_sub_page_all_post_that_created_by_anirban,.div_for_left_side_content__post_update {
        width: 100% !important;
    }

    .div_for_images_of_post_under_sub_page img {
        height: auto;
        max-height: 350px;
    }
}


@media screen and (max-width: 1024px) {
    .main-post-include-section-page {
        gap: 20px;
    }

    .main-post-include-section-page .main-post-include-section-page-left {
        width: 60%;
    }

    .main-post-include-section-page .main-post-include-section-page-right {
        width: 40%;
    }
}
@media screen and (max-width: 992px) {
    .div_for_main_of_short_description_top_of_add {
        width: 92%; 
        padding: 15px;
    }
}

@media screen and (max-width: 768px) {
    .div_for_main_of_short_description_top_of_add {
        width: 90%; 
        font-size: 14px;
        margin: 10px auto; 
        line-height: 1.6;
    }
}
@media screen and (max-width: 480px) {
    .main-post-include-section-page {
        gap: 20px;
    }

    .div_for_sub_page_post_main_content_heading_under_main {
        font-size: 1.1rem;
        padding: 15px;
    }

    .div_for_paragraph_or_main_description_under_post_image {
        padding: 15px;
        font-size: 14px;
        text-align: left;
    }
    .div_for_main_of_short_description_top_of_add {
        width: 95%; 
        padding: 12px;
        font-size: 13px;
        border-left-width: 4px;
    }
    .user {
        padding: 0 15px 10px;
        flex-wrap: wrap;
    }

    .image-wrapper {
        height: 200px;
    }

    .post-item {
        gap: 10px;
        padding: 10px 0;
    }

    .post-item .image-divvv {
        width: 80px;
        height: 60px;
    }

    .div_for_addvertisement_under_post_description_for_5inch {
        height: 120px;
        font-size: 16px;
    }
}

















