
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; */
	line-height: 1.3;
	font-weight: 400;
	color: var(--heading-color);
	margin-bottom: 10px;
	font-family: var(--heading-font);
	font-size: 40px;
}
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%;
}