.user-not-invited-title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
}

.user-not-invited-subtitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 16px !important;
}

.user-not-invited-help {
    margin-top: 56px !important;

    @media (max-width: 768px) {
        margin-top: 24px !important;
    }
}

.user-not-invited-help-link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: underline;
    color: #1D1D1F;
}