section.Blog-details h1{
	display: none;
}
section.Blog-details .container div {
    width: 100%;
    min-height: 400px;
}
section.Blog-details img{
        width: 100%;
    max-width: 100%;
    margin-right: 20px;
    height: 400px;
    object-fit: cover;
    float: left;
}