.blog{
	width: 1200px;
	margin-top: 50px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
}
.inblog{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100%;
}
.blogimg{
	background-image: url("data0/images/wdg5loco2.jpg");
	background-size: cover;
	display: flex;
	background-position: 10% 10%;
	background-repeat: no-repeat;
	width:50%; 
}
.blogcontents{
	width: 50%;
	background-color: white;
	height: 400px;
	margin-top: auto;
	margin-bottom: auto;
}
.bheading{
	padding:25px 15px 15px 15px;
}
.bheading h1{
	font-family: Muli;
	font-size: 24px;
	color: #37374C;
}
.bcontents{
	padding: 15px;
}
.bcontents p{
	font-family: Muli;
	font-size: 16px;
	text-align: justify;
	line-height: 30px;
}