  .profile-contact {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 1.5rem;

}

.is-layout-flex > :is(.profile-contact){
    margin-bottom: 1.5rem;
}

.profile-contact--heading, h4.profile-contact{
    font-family: var(--wp--preset--font-family--bh-brandon);
    font-weight: 500;
    font-size: 1.5rem;
}
.profile-contact .label {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: var(--wp--preset--font-family--bh-brandon);
    font-weight: 500;
    text-transform: none;
    color: grey;
}

.profile-contact p {
    margin: 0;
}

.profile-contact a {
    color: #000;
    text-decoration: none;
    transition: color 0.2s;
}
.profile-contact a:hover {
    text-decoration: none;
    color: grey;
}

.profile-contact--telephone a {
    text-decoration: underline;
}