.left-side
{
	height: 350px;
	background: #1d4e83;
}
.left-side p
{
	color: white;
    font-weight: bold;
    line-height: 1.4;
    padding: 35px 10px;
    text-align: left;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    
}
.left-side .img-box
{
	margin-top: 14px;
	transform: translate(-25px, -10px);
	height: 300px;
	width: 210px;
}
.left-side .img-box img
{
	height: 300px;
	width: 100%;

}
.md-header h1
{
	font-family: 'Roboto', sans-serif;
}
.md-header p
{
	color: #1d4e83 !important;
	font-weight: bold;
	font-size: 15px;
}
 