#map {
	height: 300px;
}

.nearest-store{
    display: inline-block;
    width: 33%;
    vertical-align: top;
    margin-bottom: 30px;
}

.nearest-store h5{
	margin-top: 0;
}

@media(max-width:1200px){
	.nearest-store{
		width: 50%;
	}
}

@media(max-width:767px){
	.nearest-store{
		width: 100%;
		margin-bottom: 0;
	}
}