
section.Blog-sec .blog img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

section.Blog-details h1 {
    color: var(--heading-color);
}

section.Blog-details {
    padding-top: 60px;
}
section.Blog-details h1{
	display: none;
}
section.Blog-details .container div {
    width: 100%;
    min-height: 400px;
}
section.Blog-details img {
    width: 50%;
    max-width: 50%;
    padding-right: 20px;
    height: 400px;
    object-fit: cover;
    float: left;
    margin-bottom: 30px;
}

section.Blog-details .container div {
    width: 100%;
}