.well.location-item  {
    display: flex;
    justify-content: space-evenly;
}

.well.location-item > div {
    padding: 1rem;
}

.well.location-item > div img {
    border-radius: 0.25rem;
}