:root {
    --nb-img-with-display-paragraph-png-img-2-paragraph-line-height: 24px;
    --nb-img-with-display-paragraph-png-img-2-negative-margin: -160px;
}

.nb-img-with-display-paragraph-png-img-2 {
    display: flex;
    align-items: end;
    --nb-dt-rows: 1;
    position: relative;
    overflow-x: hidden;
}

.nb-img-with-display-paragraph-png-img-2 .nb-right-content,
.nb-img-with-display-paragraph-png-img-2 .nb-left-content {
    max-width: 50%;
    width: fit-content;
}

.nb-img-with-display-paragraph-png-img-2 .nb-right-content {
    margin-left: var(--nb-img-with-display-paragraph-png-img-2-negative-margin);
    max-width: calc(50% - var(--nb-img-with-display-paragraph-png-img-2-negative-margin));
}

.nb-img-with-display-paragraph-png-img-2 .nb-img-display-content {
    margin-bottom: 120px;
    position: relative;
}

.nb-img-with-display-paragraph-png-img-2 .nb-left-content .nb-paragraph {
    max-width: 70%;
    line-height: var(--nb-img-with-display-paragraph-png-img-2-paragraph-line-height);
    padding-left: 20px;
}

.nb-img-with-display-paragraph-png-img-2 .nb-display {
    z-index: 3;
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    padding-left: 10px;
    width: 150%;
    line-height: 1.2;
    height: auto;
}

@media screen and (max-width: 1400px) {
    .nb-img-with-display-paragraph-png-img-2 .nb-img-display-content {
        margin-bottom: 80px;
    }

    .nb-img-with-display-paragraph-png-img-2 .nb-left-content .nb-paragraph {
        max-width: calc(100% + var(--nb-img-with-display-paragraph-png-img-2-negative-margin));
    }
}

@media screen and (max-width: 768px) {
    .nb-img-with-display-paragraph-png-img-2 {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 20px;
        --nb-dt-rows: auto;
    }

    .nb-img-with-display-paragraph-png-img-2 .nb-right-content, .nb-img-with-display-paragraph-png-img-2 .nb-left-content {
        max-width: 100%;
        width: 100%;
    }

    .nb-img-with-display-paragraph-png-img-2 .nb-right-content,
    .nb-img-with-display-paragraph-png-img-2 .nb-left-content {
        position: relative;
    }

    .nb-img-with-display-paragraph-png-img-2 .nb-left-content .nb-img-display-content {
        position: relative;
        margin-bottom: 20px;
    }

    .nb-img-with-display-paragraph-png-img-2 .nb-left-content .nb-paragraph {
        max-width: 100%;
        padding-left: 0;
    }

    .nb-img-with-display-paragraph-png-img-2 .nb-display {
        transform: unset;
        bottom: 10px;
        padding: 0 10px;
        width: 100%;
    }

    .nb-img-with-display-paragraph-png-img-2 .nb-right-content {
        margin: 0;
    }

}