.blog_sec {
    margin-top: 125px;
}
.blg_hd_dv {
    max-width:1024px;
    width:90%;
    margin: auto;
}
.bh_img {
    position: relative;
}
.blg_hd_dv h2 {
    margin-bottom: 20px;
    margin-bottom: 33px;
}
.blg_hd_dv p {
    margin: auto;
    max-width: 100%;
}
.blog_hlgt_sec {
    padding-top: 50px;
    padding-bottom: 25px;
}
.blog_highlight_dv {
    display: flex;
    gap:50px;
}
p.tag {
    position: absolute;
    top: -23px;
    right: 0;
    padding: 12px 21px;
    background: #16B5C5;
    color: #fff !important;
    font-weight: 600;
    width: fit-content;
    border-radius:50px;
}
.blog_highlight_dv  .bh_content h3 {
    font-size: 32px;
    line-height: 43px;
    font-weight: 500;
    color: #231F20;
    margin-bottom: 50px;
}
.blog_highlight_dv  .bh_content p , 
.blog_listing_Sec a.section_blog_content p{
    
    color:#ABABAB !important;
}
.blog_highlight_dv .bh_content {
    padding-top: 67px;
}
.blog_listing_Sec {
    padding-top: 0px;
}
.blog_listing_Sec a.section_blog_content {
    margin-bottom: 72px;
}
.blog_listing_Sec .section_blog_content h3  {
    font-size: 21px;
    line-height: 31px; 
}
.bl_page {
    padding-bottom:0px;
}
.bl_page .bog_img_box {
    height:220px;
}
.bl_page .bog_img_box img {
    width:100%;
    height:100%;
    object-fit:cover;
}
/*-------------   Mobile Screen Media Query -------------  */
@media only screen and (min-device-width: 300px) and (max-device-width: 680px) {
    .blog_highlight_dv {
        gap: 15px;
        flex-direction: column;
    }
    .blog_sec {
        padding-bottom: 30px;
    }
    .bh_img img {
        width: 100%;
    }
    p.tag {
        font-size: 12px;
        padding: 7px 19px;
    }
    .blg_hd_dv {
        width: 100%;
    }
    .blog_highlight_dv .bh_content {
        padding-top: 0px;
    }
    .blog_highlight_dv .bh_content h3 {
        font-size: 20px;
        line-height: 31px;
        margin-bottom: 25px;
    }
    .blog_highlight_dv .bh_content p {
        margin-bottom: 5px;
    }
    .blog_listing_Sec a.section_blog_content {
        margin-bottom: 45px;
    }

}


@media only screen and (min-device-width: 681px) and (max-device-width: 991px) {
    .blog_highlight_dv {
        gap: 25px;
    }
    .blog_sec {
        padding-bottom: 30px;
    }
    .bh_img {
        width: 50%;
    }
    .bh_img img {
        width: 100%;
    }
    p.tag {
        font-size: 12px;
        padding: 7px 19px;
    }
    .blg_hd_dv {
        width: 100%;
    }
    .blog_highlight_dv .bh_content {
        padding-top: 0px;
        width:50%;
    }
    .blog_highlight_dv .bh_content h3 {
        font-size: 20px;
        line-height: 31px;
        margin-bottom: 0;
    }
    .blog_highlight_dv .bh_content p {
        margin-bottom: 5px;
    }
    .blog_listing_Sec a.section_blog_content {
        margin-bottom: 45px;
    }
    .blog_listing_Sec .section_blog_content p {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .blog_listing_Sec .section_blog_content h3 {
        font-size: 19px;
        line-height: 25px;
    }
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
    .blog_highlight_dv {
        gap: 25px;
    }
    .blog_sec {
        padding-bottom: 30px;
    }
    .bh_img {
        width: 50%;
    }
    .bh_img img {
        width: 100%;
    }
    p.tag {
        font-size: 12px;
        padding: 7px 19px;
    }
    .blg_hd_dv {
        width: 100%;
    }
    .blog_highlight_dv .bh_content {
        padding-top: 0px;
        width:50%;
    }
    .blog_highlight_dv .bh_content h3 {
        font-size: 20px;
        line-height: 31px;
        margin-bottom: 0;
    }
    .blog_highlight_dv .bh_content p {
        margin-bottom: 5px;
    }
    .blog_listing_Sec a.section_blog_content {
        margin-bottom: 45px;
    }
    
     .blog_listing_Sec .section_blog_content h3 {
        font-size: 23px;
        line-height: 32px;
    }
}

@media only screen and (min-device-width: 1080px) and (max-device-width: 1280px) {
    .blog_highlight_dv .bh_content {
        padding-top: 30px;
    }
}