/*.content{
	margin-bottom: 100px;
}
div.product-title p.byline{
	color: #575858;
	font-size: 1.1em;
	font-weight: normal;
}
.products + .content{
	border-top: 3px solid #f1f1f2;
	margin: 0 6%;
}
.products + .content p{
	min-width: 400px;
}*/

.dsSpecialTwoColumn {
    border-top: 3px solid #f1f1f2;
    margin: 0 6%;
}

.dsSpecialTwoColumn p {
    min-width: 400px;
}

#dealer-services-numbers{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#dealer-services-numbers :first-child{
	flex-grow: 0.5;
	margin-right: 20px;
}
#dealer-services-numbers :last-child{
	flex-grow: 1;
}
.region-map {
    max-width: 481px;
    width: 100%;
}