.nearby-store {
    margin: 0 0 2rem;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nearby-stores-list {
    width: fit-content;
    display: flex;
}

.nearby-store .nearby-store-info {
    height: auto;
    -ms-flex: 0 1 auto;
}

.nearby-store .nearby-store-info a h4 {
    font-size: 1.3125rem;
    font-family: "supernett-cn", sans-serif;
    text-transform: uppercase;
    margin-bottom: .25rem;
	color: #006326;
}

.nearby-store .nearby-store-info a:hover h4, 
.nearby-store .nearby-store-info a:focus h4 {
	color: #333;
}

.nearby-store .nearby-store-icon {
    position: relative;
    margin: 0 1.5rem;
}

.nearby-store .nearby-store-icon .store-img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.nearby-store .nearby-store-icon .map-pin:not(.pin-only) {
    position: absolute;
    right: 0;
    bottom: -5px;
}

.nearby-store .nearby-store-icon .map-pin.pin-only {
    float: right;
}

.nearby-store .nearby-store-info p {
    margin: 0;
}