.location-card {
    display:flex;
    flex-direction: column;
    margin-left: 40%;
}
.location-card > fieldset > legend {
    justify-content: flex-start;
}
.location-informations fieldset legend{
    font-family: chevin-bold, sans-serif;
}

.location-informations fieldset {
    border: none;
}
.location-address, .location-phone, .location-email, .location-link {
    box-shadow: 1px 1px 5px var(--dark-blue);
}

.location-address, .location-phone, .location-email, .location-email a, .location-link, .location-link a {
    background-color: var(--light-pink);
    color: var(--dark-blue);
}
.location-address svg, .location-phone svg, .location-link svg {
    stroke: #103887;
}
.location-email svg g {
    stroke: #103887;
}
