.blog_details{
    max-width: 800px;  
    max-height: auto; 
    top: 30px;
    position: relative;
}
.blog_details, h1{
    color: #010814;
    font-size: 40px;
    font-family:Georgia, 'Times New Roman', Times, serif;
}
.blog_details img{
    position: relative;
    top: 5px;
    width: 100%;
    height: auto;
}
.description p{
    max-width: 800px;
    position: relative;
    top: 45px;
    font-size: 22px;
    color:#010916;
    text-align: justify;
    font-family: sans-serif;
}

.fb-comments{
    margin-top: 5%;
}

/* @media screen and (max-width:455px){
   .blog_details .fb-comments{
        margin-top: 12%;
    }
} */