.case_single_wrapper{
	width: 50%;
	padding: 15px;
	box-sizing: border-box;
	background-color: white;
	margin: 10px;
	height: 250px;
}

.case_single_image{
	float: left;
	width: 250px;
	padding: 0px;
	box-sizing: border-box;
	margin-right: 2%;
	height: 100%;
	overflow: hidden;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;

}

.case_single_text{
	float: left;
	width: calc(98% - 250px);
	padding: 0px;
	box-sizing: border-box;
}

.case_single_text h3{
	margin-top: 0px;
}