/*คิดแบบ 0.4 */

.imgsCar{
	width : 60%;
}
.imgCarHind{
	border-radius: 15px;
}

.divContentHind{
	padding-top:5px;
	width : 100%;
	height : 100px;
	text-align : center;
	background-color:#8cff66;
	border-radius: 15px;
}

@media screen and (max-width : 1250px) {  
	.imgsCar{
		width : 90%;
	}
}
