.post-img img {
    width: 100%;
}

.post-img {
    height: 450px;
    overflow: hidden;
    margin-top: 15px;
}

.blog-post-content h1 {

    text-align: center;
}

.blog-post-content h1 p {
    font-size: 18px;

}

.row{
    display: flex;
}
.more-post{
    flex-direction: column;
    align-items: center;
}
.blogpost-meta{
     
    display: flex;
    justify-content: space-between;
}

.author-info{
    margin: 12px 0;
}
.author-info div{
    padding: 2px  ;
    font-family: var(--font1);
}
.social{
    padding-right: 50px;
    align-self: center;
    cursor: pointer;
}