section.Blog-sec .blog-image img{
width:100%;
height:300px;
object-fit: cover;
}
section.Blog-sec .blog-image{margin-bottom:15px;position: relative;}
section.Blog-sec h4{
    height:68px;
overflow:hidden;
}
.content-blog p{
    height:87px;
}
.blog-date {
    background: var(--secondary-color);
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    padding: 10px 15px;
    line-height: 1;
    font-weight: 400
}
.blog-date span{
    font-size:14px;
}
.blog-date:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    border-top: 10px solid var(--secondary-color);
    border-right: 10px solid transparent;
    content: ""
}