.container.services {
    clear: both;
    font-size: 0;
    text-align: center;
    margin: 18px auto 0 auto;
}

.service{
    background-color: white;
    display: inline-block;
    width: 100%;
    min-height: 80px;
    max-width: 70%;
    padding-bottom: 9px;
    box-sizing: border-box;
    border-radius: 1px;
    box-shadow: 0 3px 8px #e8e8e8, 0 0 1px #a5a5a5;
}

.container.services div:before {
    content: '';
    float: left;
    width: 80px;
    margin: 0 10px 0 5px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
}

.container.services div h4 {
    font-size: 18px;
    line-height: 20px;
    margin: 9px 6px 3px 0;
    text-align: left;
    margin-left: 100px;
}

.container.services div p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    margin: 0 6px 0 0;
    color: #999;
    text-align: left;
    margin-left: 100px;
}

.container.services div a p {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    margin: 8px 24px 0 0;
    background-color: #f3f3f3;
    box-shadow: 0 0 1px rgb(0 0 0 / 28%) inset;
    padding: 4px 8px 4px 6px;
    color: #555;
    transition: 600ms;
  	text-align: center;
}

.motorPage .service{
	max-width: 100%;
  	box-shadow: none;
} 
.motorPage.services{
	margin: 0px;
} 

.container.services.motorPage div:before {
  	width: 40px;
	height: 40px;
}

.container.services.motorPage div h4, .container.services.motorPage div p {
    margin-left: 40px;
}