.blog_list_wrapper {
    border-left: 1px solid var(--grey-color-v3);
    height: 100%;
    padding-left: 30px;
} 
.homeBlogs_h4 {
    text-transform: none;
}

@media screen and (min-width: 992px) {
 
    .home_blogs_wrapper .cardBox.cardBox_link .cardBox_img img {
        height: 250px;
        object-fit: cover;
    }

}

@media screen and (min-width: 1200px) {

    .homeBlogs_h4 {
        font-size: 22px !important;
    } 

}

@media screen and (max-width: 767.98px) {
    .blog_list_wrapper {
        border-left: 0;
        height: auto;
        padding-left: 0;
        border-top: 1px solid var(--grey-color-v3);
        padding-top: 20px;
        margin-top: 20px;
    } 
}