.blog_page_section {
    padding-top: 50px;
    padding-bottom: 100px;
}
.blog_page_section .page_sec_heading {
    padding-bottom: 80px;
}
.blog_items {
    margin-bottom: 40px;
    font-family: rocgrotesk;
}
.blog_items .blog_image {
    margin-bottom: 30px;
}
.blog_items .blog_image > img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border: 2px solid #333333;
}
.blog_items .blog_title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px;
}
.blog_items .blog_title a {
    color: #333333;
}
.blog_items .blog_title a:hover {
    color: var(--red_color_main);
}
.blog_items .blog_entry_content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.blog_more_btn_dv {
    margin-top: 50px;
}
.blog_more_btn {
    font-family: 'Mayonnaise_black';
}
/*blog detail css*/

.blog_single_page_section {
    font-family: rocgrotesk;
    padding-top: 50px;
    padding-bottom: 100px;
}
.blog_single_page_section .page_sec_heading {
    padding-bottom: 40px;
}
.blog_single_items .blog_entry_content p {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
}

.blog_single_items .blog_image {
    margin-bottom: 25px;
}
.blog_single_items .blog_image img {
    border: 2px solid #333333;
}
.blog_single_heading .blog_single_title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 10px;
    color: var(--green_color);
}
.blog_meta_desc {
    margin-bottom: 25px;
}
.blog_meta_desc .meta_date {
    display: inline-block;
    font-size: 18px;
    color: var(--green_color);
}
/*blog detail css*/
/*blog sidebar css*/
.blog_widgets {
    border: 1px solid #333333;
    padding: 30px 20px;
}
.blog_widgets .widget_title {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}
.blog_recent_postwrap {
    max-height: 505px;
    overflow-y: auto;
}
.blog_recent_post {
    display: flex;
    word-wrap: break-word;
    word-break: break-word;
    margin-bottom: 25px;
}
.blog_recent_post:last-child {
    margin-bottom: 0;
}
.blog_recent_post .image_box {
    flex: 0 0 auto;
    width: 140px;
    margin-right: 20px;
}
.blog_recent_post .image_box > a {
    display: block;
}
.blog_recent_post .image_box img {
    border: 1px solid #333333;
    object-fit: cover;
    width: 100%;
    height: 81px;
}
.blog_recent_post .r_post_contents p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 22px;
    margin-top: 10px;
}
/*blog sidebar css*/
@media(max-width: 1399px) {
    .blog_items .blog_title {
        font-size: 28px;
        line-height: 34px;
    }
    .blog_items .blog_entry_content p {
        font-size: 16px;
        line-height: 24px;
    }
    .blog_recent_post .image_box {
        width: 130px;
        margin-right: 18px;
    }
    .blog_recent_post .r_post_contents p {
        font-size: 16px;
        line-height: 19px;
    }
    .blog_single_items .blog_entry_content p {
        font-size: 16px;
        line-height: 26px;
    }
    .blog_meta_desc .meta_date {
        font-size: 16px;
    }
}
@media(max-width: 1199px) {
    .blog_items .blog_entry_content p {
        font-size: 16px;
        line-height: 23px;
    }
}
@media(max-width: 991px) {
    
    .blog_page_section, .blog_single_page_section {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .blog_page_section .page_sec_heading {
        padding-bottom: 50px;
    }
    .blog_items .blog_image > img {
        height: 200px;
    }
}
@media(max-width: 767px) {
    .blog_items .blog_entry_content p {
        font-size: 15px;
        line-height: 22px;
    }
    .blog_items .blog_image > img {
        height: 220px;
    }
    .blog_items {
        margin-bottom: 30px;
        font-family: rocgrotesk;
    }
    .blog_more_btn_dv {
        margin-top: 40px;
    }
    /* blog single css */
    .blog_single_heading .blog_single_title {
        font-size: 30px;
        line-height: 40px;
    }
    .blog_meta_desc {
        margin-bottom: 15px;
    }
    .blog_meta_desc .meta_date, .blog_single_items .blog_entry_content p {
        font-size: 15px;
        line-height: 24px;
        font-weight: 500;
    }
    .blog_widgets .widget_title {
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .blog_recent_post {
        margin-bottom: 15px;
    }
    .blog_widgets {
        padding: 30px 15px;
    }
    .blog_recent_post .image_box {
        width: 100px;
        margin-right: 12px;
    }
    .blog_recent_post .image_box img {
        height: 60px;
    }
    .blog_recent_post .r_post_contents p {
        font-size: 14px;
        line-height: 17px;
        margin-top: 8px;
        font-weight: 500;
    }
    /* blog single css */
}