.nutritionist {
    .nutri-data {
        gap: 16px;
    }

    h2.name,
    a.edit{
        color: rgba(253, 152, 122, 0.7);
        font-weight: 600;
    }
    h2.name {
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    a.edit {
        border: 1px solid rgba(253, 152, 122, 0.7);
        padding: 10px;
        font-size: 16px;
    }

    .nutritionist-data-clients {
        > div {
            width: 100%;
        }
        > div:first-of-type {
            max-width: 35%;
        }
        > div:last-of-type {
            max-width: 55%;
        }
        .list_clients h2 {
            text-transform: uppercase;
            font-size: 42px;
            color: #fff;
            font-weight: bold;
        }
    }
}