.shops_block{
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 70px;
}
.shops-list .shop.dealer{
	margin-bottom: 75px;
	flex: 0 0 25%;
    max-width: 25%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.shops-list .shop img{
	width: 100%;
	max-height: 177px;
	margin-bottom: 20px;
}
.shops-list .shop h3{
	font-size: 18px;
line-height: 22px;
font-family: "Gilroy";
font-weight: 800;
height: 65px;
}
.shops-list .shop.dealer p{
	line-height: 1.1;
font-size: 16px;
font-family: "Lato";
font-weight: 300;
height: 108px;
}
.shops-list .shop p b{
	font-weight: 600;
}

@media (max-width: 768px){
	.shops-list .shop.dealer {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}