.page_featured {
	background-image:url('../../images/act_ban.jpg');
	background-position: top center;
}
.act_bg{
	background:url('../../images/act_bg2.png');
}
.car_box h3{
	text-align: center;
	line-height: 90px;
	position: relative;
	z-index: 1;
	font-size: 37px;
	font-weight: normal;
}
.car_box h3::before{
	content: "";
	width: 90px;
	height: 90px;
	border: 7px solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	box-shadow: 3px 3px 5px rgba(0,0,0,.2);
}
.car_box.box_bg_p h3::before{
	background: #d4a07b;
}
.car_box.box_bg_b h3::before{
	background: #A7CDE8;
}
.car_box.box_bg_g h3::before{
	background: #a3ba74;
}
.car_box .car_txt{
	border: 1px solid #ccc;
	padding: 50px 30px 30px;
	margin-top: -40px;
	height: 180px;
	border-radius: 10px;
}
@media screen and (max-width:991px){
	.car_box .car_txt{
		height: auto;
	}
	.car_box{
		margin-top: 30px;
	}
}
