.lead {
	text-align: center
}
.webshop_list {
	text-align: center;
	margin-top: 40px
}
/*.webshop_list li {
	display: inline-block;
	vertical-align: top;
	margin: 10px;
	list-style: none;
	width: 40%
}*/

.webshop_list li {
	display: block;
	vertical-align: top;
	margin: 10px;
	list-style: none;
	width: 100%;
}

.webshop_list li img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 769px) {
.l-section {
	padding: 70px 0 100px
}
}

@media (max-width: 750px) {
.lead {
	text-align: left;
	font-size: 12px
}
.webshop_list {
	text-align: center;
	margin-top: 40px
}
.webshop_list li {
	display: block;
	margin: 0 0 10px;
	list-style: none;
	width: 100%
}
}
