.sp_box {
	
}

.itm_w {
	border: 1px solid #F5F5F5;
	padding: 10px;
	background-color: #F8F8F8 ;
}
.img_box{
	
	width: 80%;
	height: 195px;
	margin-bottom: 10px;

}

.img_box img {
	width:50%;
	max-height: 33%;
}

.itm_w h4 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	min-height: 40px;
}

.itm_w button {
	background-color: #ff9900;
	color: white;

}