.blog-details{

    padding:100px 0;
}

.blog-cover{

    height:500px;

    background:#d9d9d9;

    border-radius:20px;

    overflow:hidden;

    margin-bottom:40px;
}

.blog-cover img{

    width:100%;
    height:100%;
    object-fit:cover;
}

.blog-title{

    color:#0F3D5E;
    font-weight:800;
    margin-bottom:20px;
}

.blog-meta{

    color:#888;
    margin-bottom:30px;
}

.blog-content{

    line-height:2;
    color:#444;
}

.share-box{

    background:#f7f7f7;

    padding:25px;

    border-radius:15px;

    margin-top:50px;
}