.description .shops p {
	margin-bottom: 0.5em;
}
.description .shops .pointer {
	height: 50px;
}
.description .shops ul {
	list-style: none;
	padding: 0;
	position: relative;
	margin-bottom: 0;
}

.description .shops ul li {
	display: inline-block;
	margin-bottom: 1em;
    margin-right: 0.5em;
}

.description .shops ul li img {
}

.description .shops a {
	display: inline-block;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    color: #505050;
	width: 15em;
	text-align: center;
	height: 4em;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	.description .shops ul li img {
	    max-width: 100%;
	}
    .description .shops ul li {
        max-width: 45%;
    }
}