.post-img{
    height: 404px;
    overflow: hidden ;

}
.post-img img{
   width: 100%;
}
.blog-post-content{
    background-color: rgb(188, 247, 130);
}
.blog-post-content h1{
    text-align: center;
}
.blog-post-content p{
    text-align: center;
    font-size: 18px;

}
.row{
    display: flex;
}
.more-post{
    flex-direction: column;
    align-items: center;
}
.blogpost-meta{
    display: flex;
    /* background-color: red; */
    justify-content: space-between ;
}
.author-info{
    margin: 12px 0;
}
.author-info div{
    padding: 4px 0px;
    font-family: var(--font2);
}
.social{
    padding-right: 23px;
    align-self: center;
    cursor: pointer;
}