.post-img{
    height: 380px;
    overflow: hidden;
    /* margin-top: 12px; */
}
.post-img img{
    width: 100%;
}
.blog-post-content h1{
    text-align: center;
}
.row{
    display: flex;
    margin-left: 33px;
}
.more-post{
    flex-direction: column;
    align-items: center;
}
.blogpost-meta{
    display: flex;
    justify-content: space-between;
    
}
.author-info{
    margin: 12px 0px;
}
.author-info div{
    padding:4px 0px;
    font-family: var(--font2);
    font-weight: bolder;
}
.social{
    padding-right: 50px;
    align-self: center;
    cursor: pointer;
}