#profile {
    float: none;
    margin: auto;
    max-width: var(--monad-profile-max-width, 1400px);
}

/* -------------------------------profile------------------------------- */

.divProfileDisplayPhone {
    min-height: 6em;
}

.divProfileDisplayAddress {
    min-height: 8em;
}

.divListsContainer, .divUserListsContainer {
    width: 100%;
    margin-bottom: 1em;
}

@media screen and (max-width: 970px)
{
    .divProfileDisplayPhone, .divProfileDisplayAddress {
        width: 100%;
        margin-right: 0;
    }

}