@media (max-width: 1680px) {

    .single_blog_banner_text {
        width: 65%;
    }

}

@media (max-width: 1550px) {

    .blog_post-inner, .similar_posts_inner {
        width: 70%!important;
    }

}

@media (max-width: 1400px) {

    .single_blog_banner_text h1 {
        font-size: 2.7rem!important;
    }

}

@media (max-width: 1025px) {

    .blog_post-inner, .similar_posts_inner {
        width: 95%!important;
    }

    .blog_post-inner, .similar_posts_list {
        flex-direction: column;
    }

    .similar_post_item, .blog_post_inner-right, .blog_post_inner-left {
        width: 100%;
    }

    .recent_posts_title {
        text-align: center;
    }

    .single_blog_banner_text {
        width: 80%;
    }

    .single_blog_banner {
        height: 50dvh;
    }

}

@media (max-width: 870px) {

    .single_blog_banner_text h1 {
        font-size: 2rem!important;
    }

}

@media (max-width: 625px) {

    .single_blog_banner_text h1 {
        font-size: 1.5rem!important;
    }

}

@media (max-width: 500px) {

    .blog_post-inner, .similar_posts_inner {
        width: 100%!important;
    }

    .single_blog_banner_text {
        width: 100%;
    }

}