.auto-list{
	padding: 25px 0px 50px;
}
.auto-item-body{
	padding: 10px;
	border: 2px solid #ddd;
}
.auto-item img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	border-radius: 4px;
}
.auto-item-name{
	padding-bottom: 20px;
	margin-bottom: 20px;
}
h1{
	text-align: center;
}
.block-decoration hr{
	width: 30%;
	color: #E60000;
	background: #E60000;
	height: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	opacity: 1!important;
}
.auto-item-btn{
    width: 100%;
    float: left;
    padding: 9px 5px 9px 5px;
    font-size: 16px;
    border-radius: 4px;
    background: #7A7A7A;
    box-shadow: 0 2px 5px rgba(122,122,122, 0.2);
    color: #fff;
    font-weight: 500;
    text-align: center;
    transition: 300ms linear;
    cursor: pointer;
    margin-top: 10px;
}
.auto-item-btn:hover{
	background: #e31e24;
	color: #FFFFFF;
	box-shadow: 0 2px 5px rgba(227, 30, 36, 0.2);
}
.properties-auto-list{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 16px;
}
.auto-item{
	margin-bottom: 15px;
}