.team-section--container {
    display: flex;
    flex-wrap: nowrap;
}

.location-section {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.location-section--address {
    margin-right: 20px;
}

