#HomeBlogs{
    margin-top: 50px;
    margin-bottom: 20px;
}

#HomeBlogs .section_title > *{
    font-size: 36px;
}
.blog_box {
    position: relative;
    min-height: 250px;
}

.blog_box:hover .image_area img{
    filter: none;

} 

.image_area img {
    border-radius: 10px !important;
    filter: grayscale(85%);
    transition: all 0.4s ease;

}

.info_area {
    position: absolute;
    background: white;
    width: 80%;
    margin: 0 auto;
    bottom: 10px;
    left: 10%;
    right: 10%;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 13px 29px rgb(0 0 0 / 10%);
}

.title_area h4{
    font-size: 18px;
    color: #383838;
    margin: 0;
}

.button_box{
        display: flex;
    justify-content: center;
    margin-top: 20px;
}